Page 1 of 1

IB programmers have a good sense of humor...

Posted: Wed Oct 15, 2003 2:54 pm
by Red Squirrel
I often run into comments in the code that make me laugh. Here's one I ran into while splicing a few wires.


/*****************************************************/
// create_account
// ------------------
// Now this is a really good subroutine. It adds the member
// to the members table in the database. Yes, really fancy
// this one. It also finds the time to see if we need to
// check any email verification type malarky before we
// can use this brand new account. It's like buying a new
// car and getting it towed home and being told the keys
// will be posted later. Although you can't polish this
// routine while you're waiting.
/*****************************************************/




Archived topic from Iceteks, old topic ID:1468, old post ID:12481

IB programmers have a good sense of humor...

Posted: Thu Oct 16, 2003 12:56 pm
by manadren_it
:lol: who says programmers don't have a sense of humor :)

Archived topic from Iceteks, old topic ID:1468, old post ID:12525

IB programmers have a good sense of humor...

Posted: Thu Oct 16, 2003 2:56 pm
by Red Squirrel
Yeah, actually, it would be fun to see the source code of IE or something. I bet there must be some interesting comments in there too. :D

Archived topic from Iceteks, old topic ID:1468, old post ID:12527

IB programmers have a good sense of humor...

Posted: Fri Oct 17, 2003 10:23 pm
by megaspaz
Red Squirrel wrote: Yeah, actually, it would be fun to see the source code of IE or something.  I bet there must be some interesting comments in there too. :D
my guess is you'd see a lot of these:

Code: Select all

/**************************************

                TO DO 

**************************************/
[code]


just a guess though.  :P 

[color=#888888][size=85]Archived topic from Iceteks,  old topic ID:1468, old post ID:12552[/size][/color]

IB programmers have a good sense of humor...

Posted: Fri Oct 17, 2003 10:29 pm
by Red Squirrel
lol and probably lot of these too:


/*

for future patch and new bug
see h:sourcewindowsugssecurityflawsufferoverflow287.cpp

*/


And I'm sure the intro looks like this:


/* cout<<"Microsoft Windows 3.1"; */

/ * cout<<"Microsoft Windows 95"; */

/ * cout<<"Microsoft Windows 98"; */

cout<<"Microsoft Windows ME";



:lol:


Archived topic from Iceteks, old topic ID:1468, old post ID:12554