Code comments hurt instead of help
Remember when I said "I’ve never seen a block of code that actually needed a comment. Ever."?
Here's a great example of what I'm talking about:
There isn't one comment in there that adds value to this code. In fact there are two that are completely and utterly incorrect about what this code does.
Back
There isn't one comment in there that adds value to this code. In fact there are two that are completely and utterly incorrect about what this code does.
Let's talk about this