183

And the award for Most Useful Comment goes to...

Comments
  • 7
    Oh, is that what it's doing?
  • 20
    At least you know that's all the variables and there won't be any others declared later on...
  • 4
    Hahaha. Lol😂😂
  • 4
    @Jonnyforgotten that's what I was thinking too
  • 4
    Btw, that was on the W3C website.
  • 3
    That isn’t “all” the variables. Sure I’ll be able to think of some not declared.
  • 3
    I’d remove the shit out of that if I found that in any codebase.
  • 5
    me as a newbie programmer 😂😂😂
  • 2
    Worst? Not even close! 😌

    One example off the top of my head; shamelessly stolen link from another discussion. 😈

    https://gist.github.com/anonymous/...

    Or...the classic Error message that spits out
    "See log for details"
    then to find that Log file has only that same line and nothing else. Lol. Granted, that's not Comment, but somewhat related level of frustration, to say the least.
  • 3
    I laughed !
  • 3
    Comments should describe WHY specific code is used, never WHAT the code is doing!! Why? Because WHAT it is doing is written into code! Obviously! Arrgh!

    And no!
    // Because we need variables
    Is not good either!
  • 3
    @justwellbrock Funny how the dev wrote a comment, but named their variable "i"
  • 1
    #introductiontoprogramming
  • 2
    Please don't declare your variables all on one line like that...
  • 2
Add Comment