... | ... | @@ -9,9 +9,7 @@ |
|
|
## Code Conventions for the JavaScript Programming Language
|
|
|
|
|
|
|
|
|
```txt
|
|
|
The php standards should be observed in conjunction with the javascript conventions, but the javascript conventions are to be preferred when there is overlap. The javascript conventions are borrowed from Douglas Crockford.
|
|
|
```
|
|
|
> __The php standards should be observed in conjunction with the javascript conventions, but 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](http://www.sun.com/) document [Code Conventions for the Java Programming Language](http://java.sun.com/docs/codeconv/). It is heavily modified of course because [JavaScript is not Java](http://javascript.crockford.com/javascript.html).
|
... | ... | |