ryanmcdermott/clean-code-javascript
Summary
Ryanmcdermott/clean-code-javascript adapts Robert C. Martin's Clean Code principles for JavaScript. It presents guidelines for producing readable, reusable, and refactorable code rather than a strict style guide, covering variables, functions, objects, classes, SOLID, testing, concurrency, error handling, formatting, comments, and translation with numerous Bad/Good examples.