Avoid Unnecessary Comments

This morning’s short read is “5 Types of Comments to Avoid Making in Your Code“. No developer doubts the benefit of good comments, but when the signal-to-noise ratio tips in favor of noise, productivity can actually be hindered. I know I’m guilty of using at least one of these forbidden comment types in my code, but

//TODO: finish this blog post