19

/*************
* adds 1 to i
***************/
i = i + 1

Everyone has seen at least one comment like this.

Comments
  • 0
    When I was feverishly slinging code to create a sophisticated virtual machine, all I ended up with were dates.
  • 6
    Worse yet is a comment describing a 200 like complex function as something like // transforms data
  • 2
    @10Dev

    /*
    This doesn't work , God am fucked, anyway gotta do what you gotta do
    */
  • 0
    Is this python?
  • 2
    Does it also have a comment after that line to say that i is now incremented by one?
  • 0
    @Tonnoman0909 no
Add Comment