错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Syntax, Comments, Code Style & Documentation: How Do I Make Sure That I (And Others) Still Understand My Program Later?

  • Joachim L. Zuckarelli

摘要

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.