Changes between Version 1 and Version 2 of DeveloperGuidelines/CodeConventions
- Timestamp:
- 03/20/10 11:32:21 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/CodeConventions
v1 v2 6 6 * All functions outside of classes should have the prefix shn_<Model Name>_ 7 7 * All classes which over-ride existing classed should have the suffix "S3" 8 * Some automated bug analysis / code quality checking tools - 9 * [http://www.logilab.org/857 PyLint] 10 * gives detailed report 11 * code quality score tells exact impact of the changes made 12 * [http://pychecker.sourceforge.net/ PyChecker]recommended in Google's [http://code.google.com/p/soc/wiki/PythonStyleGuide PythonStyleGuide]