30
dayo
8y

I just found this in some code I'm now supporting

for (var i = 0; i<1; i++) {
...
}

Comments
  • 11
    Wow, how dumb! Everybody knows these three dots are incorrect! 😂
  • 1
    I hope that is just someone accidentally leaving it to run only once while debugging. Goodness.
  • 5
    My favorite remains:

    // Do not remove this comment
  • 0
    @Zulukas or the original I was actually thinking of

    //Todo: Remove this comment
Add Comment