Skip to content

JavaScript Code Guidelines

Johan Bové edited this page Aug 12, 2015 · 3 revisions

Motivation

We need to agree to coding standards if we want to bring the current code base up to modern standards. Therefore I would like to propose the following rules:

Preferred Code Editor

JSLint rules

/*jslint browser: true, plusplus: true, nomen: true, white: false, continue: true */  
/*global $, console, jqPlot */

To Be Defined

  • Editor standards and settings for Brackets.
  • Contributor guidelines using a "CONTRIBUTE" file.
Clone this wiki locally