← go back

Commenting code

  • //++++ I am Steve Wozniak.

  • //+++ Commenting codes should be ritualistic to every programmer. I cringe every time I see source codes that doesn’t have detailed enough comments on them. I can’t believe some people are this lazy.

  • //++ I commented my code to the very details of my functions/subroutines, so I’ll never forget what it is and how it works.

  • //+ I commented my codes to explain what my functions/subroutines do.

  • // I commented my codes where I see fit.

  • //- I rarely commented my code.

  • //-- I don’t need to comment; if I ever forgot what my code does, I can just figure it out myself.

  • //--- Comments don’t actually help programmers, they hurt them. It’s an eye sore that makes any source codes unreadable. You don’t have to label the foods on your refrigerator just so you know what’s in them.

  • //* My main programming language does not support commenting.

Jul 8, 2023, 3:54 PM (edited)
3 0 2

Comments