Changes between Version 9 and Version 10 of DeveloperGuidelines/CodeConventions
- Timestamp:
- 04/20/10 10:02:36 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/CodeConventions
v9 v10 19 19 * All classes which over-ride existing classed should have the suffix "S3" 20 20 21 == Comments and Doc Strings ==21 == Comments and Docstrings == 22 22 23 23 * All files, classes and functions should have docstrings which allow to auto-generate API documentation using [http://epydoc.sourceforge.net epydoc]