Changes between Version 14 and Version 15 of DeveloperGuidelines/CodeConventions
- Timestamp:
- 06/29/10 20:07:19 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified DeveloperGuidelines/CodeConventions
v14 v15 13 13 * Limit line length to 80 characters 14 14 * Use " " for strings, UNLESS the string contains a ", in which case use ' 15 16 === PEP8 Script === 17 Use static/scripts/tools/pep8.py to check for PEP8 compliance. 18 19 Execute the following in your eden directory: 20 {{{ 21 python static/scripts/tools/pep8.py yourfile.py 22 }}} 15 23 16 24 == Naming conventions ==