Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

Coding Standard

Grant Perry edited this page Jul 6, 2014 · 1 revision

The Coding Standard

/*
// Short Description of what the code does
// Input and Output of the code
*/
function declaration( variables ) { // Braces on the same line as declaration
    Use Tabs not spaces
}

Clone this wiki locally