Changes between Version 7 and Version 8 of DeveloperGuidelines/CodeConventions
- Timestamp:
- 04/20/10 09:57:15 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/CodeConventions
v7 v8 3 3 = Code Conventions = 4 4 5 These conventions should be followed in all code :5 These conventions should be followed in all code (mandatory for ucore): 6 6 7 7 * http://code.google.com/p/soc/wiki/PythonStyleGuide 8 8 * Limit line length to 80 characters 9 * All files, classes and functions should have docstrings which allow to auto-generate API documentation using [http://epydoc.sourceforge.net epydoc] 9 10 * Use " " for strings, UNLESS the string contains a ", in which case use ' 10 11 * All functions outside of classes should have the prefix shn_<Model Name>_