Syntax, Comments, Code Style & Documentation: How Do I Make Sure That I (And Others) Still Understand My Program Later?
摘要
In this chapter, we’ll look at how to name things in JavaScript in a meaningful way, how to format your code, and how to comment it. These are the main prerequisites for understanding and maintaining your program later.