Skip to content

Javascript style guide

Bob Evans edited this page Oct 9, 2013 · 1 revision

We believe in Doug Crockford's suggestions in Javascript: The Good Parts.

We try to choose functional style over a prototype style.

We don't use a Javascript compiler or Java-style Type annotations because the Javascript we are writing by hand is usually very small.

Clone this wiki locally