6 ms·
Adding to OP's question: Does anyone know of any good reads for writing maintainable JS?
by kparaju 12y ago
Adding to OP's question: Does anyone know of any good reads for writing maintainable JS?
- stanzheng 12y agoThis titles recent http://read.humanjavascript.com/ch01-introduction.html http://read.humanjavascript.com/ch01-introduction.html
- sehr 12y agoMaintainable JavaScript - Zakas [0] Testable JavaScript - Trostler [1] Both fairly recent and for the most part, useful. [0] - http://www.amazon.com/Maintainable-JavaScript-Nicholas-C-Zakas/dp/1449327680 http://www.amazon.com/Maintainable-JavaScript-Nicholas-C-Zak... [1] - http://www.amazon.com/Testable-JavaScript-Mark-Ethan-Trostler/dp/1449323391/ref=pd_sim_b_1?ie=UTF8&refRID=125HM4BH9E78W7A3Y2EC http://www.amazon.com/Testable-JavaScript-Mark-Ethan-Trostle...
- zercool 12y agoDepending on your end-goal, I would also suggest: Secrets of the JavaScript Ninja [0] The Principles of Object-Oriented JavaScript [1] [0] http://amzn.to/1xl6Huq http://amzn.to/1xl6Huq [1] http://amzn.to/1nLAVa0 http://amzn.to/1nLAVa0
- johnny_utah 12y agohttp://alistapart.com/article/writing-testable-javascript http://alistapart.com/article/writing-testable-javascript This article was really helpful for me-I had been writing too much "choose your own adventure" code.