Version 5 (modified by damoxc, 14 years ago) (diff)

--

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.