44

The Captain Obvious commenter:

// account deletion
account.delete()

// check results
if results.any()

.... which eventually leads confusing unmaintained comments

Comments
  • 1
    Nice to read a real rant!

    Comments are usually redundant if the code is well written, in my opinon.
  • 1
    best rant ever. as the senior I actually remove comments fairly frequently in code review
  • 0
    Guilty. 😞
Add Comment