Version 6 (modified by Cas, 10 years ago) (diff)

add pep8 link

Coding Styles

Common

  • Max line length 127 rather than 79

Python

Mostly follow PEP8 with the following exceptions:

  • Line length (see above)

Javascript

  • Classes should follow the Ext coding style.
  • Class names should be in CamelCase
  • Instances of classes should use camelCase.