Home > Computers > Programming > Languages > JavaScript > Style Guides
Standardized, commonly accepted or adopted code styles, naming conventions and good practices such the good use of the global namespace and the like.
http://airbnb.io/javascript/
A mostly reasonable approach to JavaScript.
http://www.alohaeditor.org/guides/style_guide.html
Style guide for the development of the Aloha Editor.
http://www.asp.net/ajaxlibrary/act_contribute_codingStandards.ashx
Standards intended to be used for software written in JavaScript using the Ajax Control Toolkit.
http://www.bbc.co.uk/guidelines/futuremedia/technical/javascript.shtml
JavaScript standards for bbc.co.uk website.
http://benalman.com/news/2012/05/multiple-var-statements-javascript/
Observations on 'var' usage.
https://developer.mozilla.org/en/docs/Developer_Guide/Coding_Style#JavaScript_practices
Explains the basic styles and patterns that are used in the Mozilla codebase.
http://javascript.crockford.com/code.html
Code conventions for the JavaScript programming language.
https://drupal.org/node/172169
JavaScript coding standards.
https://github.com/felixge/node-style-guide
Guide for writing consistent and aesthetically pleasing node.js code.
http://code.google.com/p/gmaps-utility-library-dev/wiki/JavascriptCodingConventions
Coding conventions committed to the release project.
https://users.cs.jmu.edu/bernstdh/web/common/policies/styleguide-ecmascript.php
ECMAScript/JavaScript style guide.
https://contribute.jquery.org/style-guide/js/
JavaScript style guide.
http://www.addyosmani.com/resources/essentialjsdesignpatterns/book/
Explore applying both classical and modern design patterns.
http://www.mediawiki.org/wiki/Manual:Coding_conventions/JavaScript
Describes the coding conventions for JavaScript files of the MediaWiki codebase.
http://code.google.com/p/soc/wiki/JavascriptStyleGuide
Style guide for JavaScript code contributed to Melange.
http://sideeffect.kr/popularconvention#javascript
Analyses Github commits to know which convention is popular.
https://docs.google.com/document/d/1XXMvReO8-Awi1EZXAXS4PzDzdNvV6pGcuaF4Q9821Es/pub
Specific to this framework.
http://wiki.ros.org/JavaScriptStyleGuide
Defines a style guide to be followed in writing JavaScript code for ROS.
https://github.com/rwaldron/idiomatic.js
Principles of writing consistent, idiomatic JavaScript.
http://mislav.net/2010/05/semicolons/
Mislav Marohnić comments on semicolons.
https://github.com/Seravo/js-winning-style
Makes a consensus based on six style guides.
http://blog.sourcing.io/mvc-style-guide
JavaScript MVC style guide.
http://guides.sproutcore.com/style_guide.html
Described based on years of experience from SproutCore developers in writing understandable and maintainable code.
http://treelogic-swe.com/javascript_coding_standard.html
Oriented towards application developers. [GNU, by Chris M. Balz]
http://docs.typo3.org/neos/TYPO3NeosDocumentation/DeveloperGuide/UserInterface/JavaScriptStyleGuide.html
JavaScript Style Guide.
http://vimeo.com/86057182
Video on JavaScript style guide based on Airbnb's.
http://make.wordpress.org/core/handbook/coding-standards/javascript/
Handbook JavaScript coding standards.
http://addyosmani.com/writing-modular-js/
Using modern synchronous and asynchronous formats.
http://www.2ality.com/2013/07/meta-style-guide.html
A meta style guide for JavaScript.
Home > Computers > Programming > Languages > JavaScript > Style Guides
Thanks to DMOZ, which built a great web directory for nearly two decades and freely shared it with the web. About us