Resources
April 9, 2016 ยท View on GitHub
# Resources
The original inspiration for this guide comes from the fantastic guide put together by Airbnb.
In addition to the many inline links our document contains, we strongly recommend you take a look at the following resources:
- Code Conventions for the JavaScript Programming Language from Douglass Crockford
- Google JavaScript Style Guide from Google
- jQuery JavaScript Style Guide from jQuery
- A JavaScript Quality Guide from Nicolas Bevacqua
- Compiler-Friendly Code Guidelines from Sencha
We would also strongly encourage you to read the following books:
- JavaScript: The Good Parts by Douglass Crockford
- Test Driven JavaScript Development by Christian Johansen
- Secrets of the JavaScript Ninja by John Resig
- Maintainable JavaScript by Nicholas Zakas