diff --git a/1-js/03-code-quality/03-comments/article.md b/1-js/03-code-quality/03-comments/article.md index 4f187129..d4567e5c 100644 --- a/1-js/03-code-quality/03-comments/article.md +++ b/1-js/03-code-quality/03-comments/article.md @@ -18,7 +18,7 @@ complex; code; ``` -But in a good code the amount of such "explanatory" comments should be minimal. Seriously, a code should be easy to understand without them. +But in good code the amount of such "explanatory" comments should be minimal. Seriously, code should be easy to understand without them. 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".