Coding Standards
We always strive for consistency in our code. This can be a challenge due to the wide range of developers we’ve acquired our code from and its history. The standards we adhere to are mainly laid out in the php document.
JavaScript
Anything not explicitly described in these docs should fallback to the PHP standards. With the following additional requirements: initial blocks of script should begin with a semicolon (for compression problems)