|
1 | | -# write-readable-javascript-code |
| 1 | +# write-readable-javascript-code |
| 2 | + |
| 3 | +## Englist |
| 4 | + |
| 5 | +- [clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript) - π Clean Code concepts adapted for JavaScript. |
| 6 | +- [javascript](https://github.com/airbnb/javascript) - Airbnb JavaScript Style Guide. |
| 7 | +- [standard](https://github.com/standard/standard) - π JavaScript Standard Style. |
| 8 | +- [Google JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html) - Google JavaScript Style Guide. |
| 9 | +- [node-style-guide](https://github.com/felixge/node-style-guide) - A guide for styling your node.js / JavaScript code. |
| 10 | +- [nodebestpractices](https://github.com/i0natan/nodebestpractices) - The largest Node.JS best practices list (September 2018) |
| 11 | +- [project-guidelines](https://github.com/elsewhencode/project-guidelines) - A set of best practices for JavaScript projects. |
| 12 | +- [mostly-adequate-guide](https://github.com/MostlyAdequate/mostly-adequate-guide) - Mostly adequate guide to FP (in javascript). |
| 13 | +- [js-the-right-way](https://github.com/braziljs/js-the-right-way) - An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web. |
| 14 | +- [Guiders-JS](https://github.com/pickhardt/Guiders-JS) - Guiders.js: A Javascript library for guiders. |
| 15 | +- [frontend-guidelines](https://github.com/bendc/frontend-guidelines) - Some HTML, CSS and JS best practices. |
| 16 | +- [react-styleguidist](https://github.com/styleguidist/react-styleguidist) - Isolated React component development environment with a living style guide. |
| 17 | +- [vuejs-component-style-guide](https://github.com/pablohpsilva/vuejs-component-style-guide) - Vue.js Component Style Guide. |
| 18 | +- [angular-styleguide](https://github.com/johnpapa/angular-styleguide) - Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices. |
| 19 | + |
| 20 | + |
| 21 | +## Chinese |
| 22 | + |
| 23 | +- [clean-code-js](https://github.com/alivebao/clean-code-js) - clean-code-javascript δΈζη. |
| 24 | +- [javascript-style-guide](https://github.com/sivan/javascript-style-guide) - Airbnb JavaScript Style Guide δΈζη. |
| 25 | + |
0 commit comments