DEV Community

Discussion on: 7 Tips For Clean Code

Collapse
 
akashshyam profile image
Akash Shyam

The piece of code you gave consists of "How to not comment code"... TLDR; don't comment every line of code, comment for specific code blocks can't be understood with just the function/variable names.

Collapse
 
benstigsen profile image
Benjamin Stigsen

Woops, my bad, yeah then we have the same opinion on that.
I didn't see the "not" in:

I'm going to tell you what not to do