Skip to content

Commit 504e5a7

Browse files
authored
evade -> avoid
1 parent a3472d3 commit 504e5a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/03-code-quality/03-comments/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function addJuice(container) {
113113

114114
Once again, functions themselves tell what's going on. There's nothing to comment. And also the code structure is better when split. It's clear what every function does, what it takes and what it returns.
115115

116-
In reality, we can't totally evade "explanatory" comments. There are complex algorithms. And there are smart "tweaks" for purposes of optimization. But generally we should try to keep the code simple and self-descriptive.
116+
In reality, we can't totally avoid "explanatory" comments. There are complex algorithms. And there are smart "tweaks" for purposes of optimization. But generally we should try to keep the code simple and self-descriptive.
117117

118118
## Good comments
119119

0 commit comments

Comments
 (0)