Drumbeat/p2pu/codingstandards/JavaScriptStandard: Difference between revisions
< Drumbeat | p2pu | codingstandards
Jump to navigation
Jump to search
(→JavaScript Coding Standard: jslint github) |
|||
| Line 3: | Line 3: | ||
*Douglas Crockford's Coding conventions for JavaScript [http://javascript.crockford.com/code.html Code Conventions] | *Douglas Crockford's Coding conventions for JavaScript [http://javascript.crockford.com/code.html Code Conventions] | ||
*Elements of JavaScript style (Crockford) [http://javascript.crockford.com/style1.html Part One] [http://javascript.crockford.com/style2.html Part Two] | *Elements of JavaScript style (Crockford) [http://javascript.crockford.com/style1.html Part One] [http://javascript.crockford.com/style2.html Part Two] | ||
*JSLint Code Quality tool [http://www.jslint.com/ JSLint] | *JSLint Code Quality tool [http://www.jslint.com/ JSLint] [https://github.com/douglascrockford/JSLint#readme JSLint Source Code] | ||
Latest revision as of 14:37, 3 December 2010
JavaScript Coding Standard
Resources
- Douglas Crockford's Coding conventions for JavaScript Code Conventions
- Elements of JavaScript style (Crockford) Part One Part Two
- JSLint Code Quality tool JSLint JSLint Source Code