"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning."
[Rich Cook]
//------------------------------------------------------------------
*Knock, knock*
-Who's there?
*long pause*
-Java!
*Knock, knock*
-Who's there>
-C++!
*Knock, knock*
-Assembler!
//------------------------------------------------------------------
Writing 90% of code takes 90% of time.
The 10% that's left takes another 90% of time.
//------------------------------------------------------------------
Human has 90% of DNA exactly the same an an ape.
Looks like God likes Object Oriented Development as well...
//------------------------------------------------------------------
Why programmers often mistake Christmas for Halloween?
Because OCT(31) = DEC(25)
//------------------------------------------------------------------
//When I wrote this, only God and I understood what I was doing
//Now, God only knows
//------------------------------------------------------------------
// I am not sure if we need this, but too scared to delete.
//------------------------------------------------------------------
//
// Dear maintainer:
//
// Once you are done trying to 'optimize' this routine,
// and have realized what a terrible mistake that was,
// please increment the following counter as a warning
// to the next guy:
//
// total_hours_wasted_here = 16
//
//------------------------------------------------------------------
// Magic. Do not touch.
//------------------------------------------------------------------
try {
...
} catch(Exception error) {
showMessage("If you see this error, it means the programmers predicted this situation");
}
//------------------------------------------------------------------
A good programmer is someone who looks both ways before crossing a one-way street. - Doug Linder
//------------------------------------------------------------------
<vind> Don't be so negative - you just have to change a bit.
//------------------------------------------------------------------
God may forgive you. The compiler won't.
//------------------------------------------------------------------
//This should work, should is the key word there.
//------------------------------------------------------------------
A computer scientist is someone who, when told to 'Go to Hell', sees the 'go to', rather than the destination, as harmful.
//------------------------------------------------------------------
Why java programmers wear glasses? Because they can't C#
//------------------------------------------------------------------
<!--
- Unfortunately, Microsoft has added a clever new
- "feature" to Internet Explorer. If the text of
- an error's message is "too small", specifically
- less than 512 bytes, Internet Explorer returns
- its own error message. You can turn that off,
- but it's pretty tricky to find switch called
- "smart error messages". That means, of course,
- that short error messages are censored by default.
- IIS always returns error messages that are long
- enough to make Internet Explorer happy. The
- workaround is pretty simple: pad the error
- message with a big comment like this to push it
- over the five hundred and twelve bytes minimum.
- Of course, that's exactly what you're reading
- right now.
-->
//------------------------------------------------------------------
//Mr. Compiler, please do not read this.
//------------------------------------------------------------------
// I am not responsible of this code.
// They made me write it, against my will.
//------------------------------------------------------------------
// drunk, fix later
//------------------------------------------------------------------
After I've been coding too long, I start ending sentences in semicolons;
//------------------------------------------------------------------
//I am not sure why this works but it fixes the problem.