Clean code - Why comments in your code are discouraged?
Comment in a code is like an extra organ which although attached to a body but has no function, much like a vestigial organ. Writing software is very much similar to writing a novel or a story. If you have the idea, you can choose your words to write...
divyeshsharma.com3 min read
kndb
hustling in the microsoft stack
Alternatively, if done the right way, code comments would be a developers bestie.
Some guidelines around writing code comments
StackOverflow Blog