From a3472d394443fa5e8a17f2a68a340178dd77585d Mon Sep 17 00:00:00 2001 From: Brent Guffens Date: Fri, 19 Jan 2018 14:19:19 +0100 Subject: [PATCH] Typos --- 1-js/03-code-quality/03-comments/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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".