10
soheil
8y

Going through a startup code
...
// TODO: implement!
...
// FIXME: this is so messed up
...
...
// HACK: works for now, find a better way
...
// HACK: hardcoded for now
...
// FIXME: this doesn't work, crash here
...
...
// TODO: this probably should be a separate class
...
// TODO: change messed up variable names
...
// FIXME: WTF is this, Dave?!
...
...
// TODO: remove this before release

Comments
  • 2
    Well, the important thing is that it works good enough :-)
  • 3
    I've seen worse - something along the lines of "TODO: write TODO comments for all the ugly hacks here"
Add Comment