docs: add clean code for JavaScript

This commit is contained in:
Felipe Guizar Diaz 2019-12-06 18:25:25 -06:00 committed by GitHub
parent 15c378f1d9
commit f20eeb18c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -924,6 +924,7 @@ http://www.listjs.com
* [How to Write an Open Source JavaScript Library](https://github.com/sarbbottam/write-an-open-source-js-lib) - A comprehensive guide through a set of steps to publish a JavaScript open source library.
* [JavaScript Tutorials](https://hackr.io/tutorials/learn-javascript) - Learn Javascript online from a diverse range of user ranked online tutorials.
* [Functional-Light JavaScript](https://github.com/getify/Functional-Light-JS) - Pragmatic, balanced FP in JavaScript.
* [Clean Code JavaScript](https://github.com/ryanmcdermott/clean-code-javascript) - Clean Code concepts adapted for JavaScript.
# Other Awesome Lists