JavaScript-Pattern-List
JavaScript EPractices List
-
2017-Composing Software #Series#: the “Composing Software” series on learning functional programming and compositional software techniques in JavaScript ES6+ from the ground up.
StyleGuide
-
2013-Airbnb JavaScript Style Guide : A mostly reasonable approach to JavaScript.
-
2017-jsinspect :Detect copy-pasted and structurally similar code.
-
2017-Elements of JavaScript Style: These guidelines have stood the test of time for good reason: They’re usually right. Deviate from them only for good reason — not simply on a whim or a personal style preference.
-
2017-Project Guidelines: A set of best practices for JavaScript projects
-
2017-Rethinking JavaScript #Series#: 本系列文章介绍了作者在 JavaScript 开发中的一些实践技巧,包括 Death of the for Loop 等。
-
JavaScript The Right Way - An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web.
-
Google JavaScript Style Guide - This document serves as the complete definition of Google’s coding standards for source code in the JavaScript programming language.
-
Airbnb JavaScript Style Guide - A mostly reasonable approach to JavaScript.
Design Pattern
- 2017-Learning JavaScript Design Patterns: In this book we will explore applying both classical and modern design patterns to the JavaScript programming language.