12

Who else had this problem?

Comments
  • 5
    Duplicates everywhere.
  • 1
    Where the language allows it...

    Use the single line comment for your code comments.

    Use the multi line comment for commenting out code blocks when debugging or whatever.
  • 3
    What _problem_?
  • 1
    I don't see a problem... most people tend to use them for both cases anyways...
  • 0
    i cba to commit errors so I never ever revert, i am trying to commit only working fixes or attempts to fix something that have any sort of real value.

    I am not a hoarder, though some of my projects suffer from a comment-plague but I clean it off when I’m done :P
  • 1
    Naw fuck that. PR's with commented code are an instant reject on my team.
  • 0
    Problem? You mean features
  • 0
    cOdE shOuLD bE seLF dOCuMeNtiNG
Add Comment