... | @@ -8,8 +8,9 @@ |
... | @@ -8,8 +8,9 @@ |
|
|
|
|
|
## Code Conventions for the JavaScript Programming Language
|
|
## Code Conventions for the JavaScript Programming Language
|
|
|
|
|
|
|
|
```text
|
|
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.
|
|
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](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).
|
|
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).
|
|
|
|
|
... | | ... | |