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

--

Coding Styles

Common

  • Max line length 131 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 CamelCaps?
  • Instances of classes should use mixedCase.