Skip to content

Javascript style guide

atogle edited this page Aug 3, 2011 · 4 revisions
  • Prefix jQuery variable names with a $ for additional clarity. ie. var $dom = $('.my-element');
  • Currently using 2 spaces for indents, but since the Python side is 4, use 4 spaces for indent going forward.
  • Use JSBeautifier to help make code better.

Documentation standards

Please see Documentation

Clone this wiki locally