Tuesday, August 11, 2009

Useless

I love useless comments in code.

'load the repeater
LoadRepeater()

'self-explanitory
SortTheRepeater("DateTransmitted")

'just like it says, all was good and we need to refresh the right sid iframe
RefreshRightSide()

3 comments:

  1. someone actually put "self explanatory" as a comment in the code?

    ReplyDelete
  2. yes! and spelled it wrong which is the best part.

    ReplyDelete
  3. and it was copied and pasted into about 10 eventhandlers (which i consolidated into 1, because i am smrt)

    ReplyDelete