Drumbeat/p2pu/codingstandards/JavaScriptStandard: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=JavaScript Coding Standard=
=JavaScript Coding Standard=
'''Resources'''
'''Resources'''
*Douglas Crockford's Coding conventions for JavaScript [http://javascript.crockford.com/code.html Part One] [http://javascript.crockford.com/style2.html Part Two]
*Douglas Crockford's Coding conventions for JavaScript [http://javascript.crockford.com/code.html Code Conventions]
*JSLint Code Quality tool [http://www.jslint.com/ JSLint]
*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] [https://github.com/douglascrockford/JSLint#readme JSLint Source Code]

Latest revision as of 14:37, 3 December 2010

JavaScript Coding Standard

Resources