18

Uncommented code, Satan's finest creation :/

Comments
  • 3
    I really wish everyone just wrote self documenting code and had docs explaining the setup overall. Makes things so much easier and makes for cleaner code in general
  • 0
    Unless it's overly complicated, I never write comments. And if I write comments explaining the code I usually refactor because it was overly complicated....
  • 0
    I hardly wrote any comment no matter my code was self-explaining or not.
  • 0
    Comments should be reserved for edge cases when it's not obvious why something is being done.

    It should not explain what the code is doing but why it is doing it.
Add Comment