Javascript

Javascript Development Standards

This document is largely based on Douglas Crockford’s Code Conventions for JavaScript. Changes have been made where necessary to merge it with the standards typically used in jQuery code. When changes were not necessary, Douglas Crockford’s own words were left untouched.

All of our JavaScript code is sent directly to the public. It should always be of publication quality. Neatness counts.

Table of Contents

  1. Overview
  2. Authoring Guidelines
  3. React
  4. Resources