Changes between Version 14 and Version 15 of DeveloperGuidelines/CodeConventions


Ignore:
Timestamp:
06/29/10 20:07:19 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/CodeConventions

    v14 v15  
    1313  * Limit line length to 80 characters
    1414 * Use " " for strings, UNLESS the string contains a ", in which case use '
     15
     16=== PEP8 Script ===
     17Use static/scripts/tools/pep8.py to check for PEP8 compliance.
     18
     19Execute the following in your eden directory:
     20{{{
     21python static/scripts/tools/pep8.py yourfile.py
     22}}}
    1523
    1624== Naming conventions ==