12
vukdev
6y

Friend’s code:

var monkey=77;
Go(monkey);

The worst thing in the world is reading someone’s uncommented code ...

Comments
  • 5
    He just let loose 77 wild monkeys! Don't be Petty about comments, run!
  • 1
    Pokemon dev 🙄
  • 2
    Sometimes self-documenting code isn’t much better. Taken from a class someone wrote for reading a spreadsheet into a membership database:

    private function insert_member() {...}
Add Comment