Home / Digitec Coding Practices / Javascript Coding Standards
Javascript Coding Standards
Code Conventions for the JavaScript Programming Language
The php standards should be observed in conjunction with these and the javascript conventions are to be preferred when there is overlap. The javascript conventions are borrowed from Douglas Crockford.
This is a set of coding conventions and rules for use in JavaScript programming. It is inspired by the Sun document Code Conventions for the Java Programming Language. It is heavily modified of course because JavaScript is not Java.