Changes between Version 7 and Version 8 of DeveloperGuidelines/CodeConventions


Ignore:
Timestamp:
04/20/10 09:57:15 (15 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/CodeConventions

    v7 v8  
    33= Code Conventions =
    44
    5 These conventions should be followed in all code:
     5These conventions should be followed in all code (mandatory for ucore):
    66
    77 * http://code.google.com/p/soc/wiki/PythonStyleGuide
    88  * 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]
    910 * Use " " for strings, UNLESS the string contains a ", in which case use '
    1011 * All functions outside of classes should have the prefix shn_<Model Name>_