Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 521 Bytes

README.devel.md

File metadata and controls

18 lines (14 loc) · 521 Bytes

Development guidelines

Please always follow some simple rules for coding on pymepix:

  • keep the code consistent across the whole package
  • document the code as well as the general documentation immediately with the code changes (so it goes into the same git commit)
  • use git-flow (the tools and the concept)
  • consistently use two empty lines between functions/methods and three empty lines above a class