The Inside Track on Firefox Development.

« Firefox in Scary Movie 3 | Main | I come to you now at the turn of the tide »

February 25, 2004

LOL

Bryner found some code tonight that we both found very amusing:

if (baz != FOO)
   goto BAR;
else
   baz = FOO;

Posted by ben at February 25, 2004 10:26 PM

Comments

This one's funny too.

http://webtools.mozilla.org/bonsai/cvsblame.cgi?file=mozilla/mailnews/compose/src/nsSmtpProtocol.cpp&rev=&root=/cvsroot#1054

(It's the check for `digest`.)

Posted by: alfons at February 26, 2004 2:25 PM