• nous@programming.dev
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    4 hours ago

    Worse, refactors make comments wrong. And there is nothing more annoying then having the comment conflict with the code. Which is right? Is it a bug or did someone just forget to update the comments… The latter is far more common.

    Comments that just repeat the code mean you now have two places to update and keep in sync - a pointless waste of time and confusion.

    • hex@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      39 minutes ago

      Yes- exactly, they make comments wrong. But comments aren’t always a waste of time, like in legacy code, or just in general code that isn’t gonna change (mathematical equations too)