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

--

Coding Styles

Python

Mostly follow PEP8 with the following exceptions:

  • Max line length 131 rather than 79
  • ...

Javascript

  • Classes should follow the Ext coding style.
  • Class names should be in CamelCaps?
  • Instances of classes should use mixedCase.