Changes

Jump to: navigation, search

Programming guidelines

134 bytes added, 21:43, 18 September 2007
no edit summary
As more and more people start editing the code, we need to establish a few guidelines to make sure the code remains maintainable.
 
* Write [http://www.python.org/dev/peps/pep-0008/ PEP 8] compatible code. This is important to have a consistent, readable codebase.
* Do not use tabs. Use whitespace. If you use an editor with tabs, go into the preferences, and change the tab behavior to a number of spaces. In GRAMPS we use 4 spaces for indentation.
35
edits

Navigation menu