Typos
This commit is contained in:
parent
6109448768
commit
a3472d3944
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ complex;
|
||||||
code;
|
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".
|
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".
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue