The case for comments in code

from blog Notes on software development, | ↗ original
When I first started programming, especially when asked for code samples, my comments lacked purpose and would often duplicate in English what the code clearly indicated. I knew that "commenting is good" but as a beginner I had no further insight. Over time with the help of books like Clean Code, I grew disdainful of comments. Good code should be...