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:

Big A said...

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

gagknee said...

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

gagknee said...

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