We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b566cd + 9a64c1b commit 69fbb63Copy full SHA for 69fbb63
1-js/03-code-quality/03-comments/article.md
@@ -18,7 +18,7 @@ complex;
18
code;
19
```
20
21
-But in good code the amount of such "explanatory" comments should be minimal. Seriously, code should be easy to understand without them.
+But in good code, the amount of such "explanatory" comments should be minimal. Seriously, the code should be easy to understand without them.
22
23
There's a great rule about that: "if the code is so unclear that it requires a comment, then maybe it should be rewritten instead".
24
0 commit comments