tech/webdev magazine

December 28, 2016

JavaScript Clean Coding Best Practices - Node.js at Scale

Wednesday, December 28, 2016 Teklinks

Writing clean code is what you must know and do in order to call yourself a professional developer. There is no reasonable excuse for doing anything less than your best. In this blog post, we will cover general clean coding principles for naming and using variables & functions, as well as some JavaScript specific clean coding best practices.

Full article