Save block comments for formal documentation and for commenting out.
块注释用于注释正式文档和无用代码。
Avoid block comments inline with code, as the code should be as self-documenting as possible.
避免在代码块内的大块注释,该代码应该是自我描述的。
Translate block comments at the beginning of methods describing what the method does into unit tests.
将位于方法开头、说明该方法所起作用的注释块翻译为单元测试。
应用推荐