Inspired by Jay Kimble's “Real Programmers... don't use comments??!!“
Funny code comments I find at my workplace
...other than the HUGE chunks of REMed out code-blah!
//Format the color
AND
/**************************************************************************************
Don't say you did not know, this is your second warning!!!!!!!!!!!!!!!!!!
BE AWARE: That this trace number calculation is quite sensitive and filters trough
to other procs: XXXXXXXXXXX and is scattered
throughout this proc - You touch it - it's your's!!!!!
**************************************************************************************/
AND
//Will be removed later.
AND
//add error handling logic later on (heheh)
AND
/// Will be coded later in the process of oop
AND
// Maybe hide the XXXXX cell on the interface.
AND
// the trigger_ID string in the HTML code maybe wrong
AND
// Note: Different Language(Code page) maybe need different array:
AND
//We don't know which one is the one that need this set so we set them all.
AND Finally I get bored with searching
//We can't do it now cause we don't know what we will break.