Changes between Version 9 and Version 10 of DeveloperGuidelines/CodeConventions


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/CodeConventions

    v9 v10  
    1919 * All classes which over-ride existing classed should have the suffix "S3"
    2020
    21 == Comments and DocStrings ==
     21== Comments and Docstrings ==
    2222
    2323 * All files, classes and functions should have docstrings which allow to auto-generate API documentation using [http://epydoc.sourceforge.net epydoc]