ServerJS/Coding Standards: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(New page: Need to add details about namespaces and thread safety. Also, documentation and testing practices for things that help to describe and verify the API.)
 
mNo edit summary
 
Line 1: Line 1:
Code will be formatted according to this style guide:
http://javascript.crockford.com/code.html
Need to add details about namespaces and thread safety. Also, documentation and testing practices for things that help to describe and verify the API.
Need to add details about namespaces and thread safety. Also, documentation and testing practices for things that help to describe and verify the API.

Latest revision as of 01:31, 7 February 2009

Code will be formatted according to this style guide:

http://javascript.crockford.com/code.html

Need to add details about namespaces and thread safety. Also, documentation and testing practices for things that help to describe and verify the API.