Sources Jokes / Recent Jokes

Never write a line of code that someone else can understand.
Make the simplest line of code appear complex. Use long
counter intuitive names. Don't ever code "a=b", rather do something
like:
AlphaNodeSemaphore=*(int)(&(unsigned long)(BetaFrameNodeFarm));
Type fast, think slow.
Never use direct references to anything ever. Bury everything in
macros. Bury the macros in include files. Reference those include
files indirectly from other include files. Use macros to reference
those include files.
Never include a comment that will help someone else understand your
code. If they understand it, they don't need you.
Never generate new sources. Always ifdef the old ones. Every binary
in the world should be generated from the same sources.
Never archive all the sources necessary to build a binary. Always
hide on your own disk. If they can build your binary, they don't
need you.
Never code a function to return a value. more...

"Merlin, Inc. technical support. How can I help you?"
"Yesterday I've bought your sword..."
"Congratulations, sir, you've made the right choice!"
"It doesn't work."
"What does it mean - doesn't work?"
"It doesn't cut the dragon's head."
"Have you read the manual, sir?"
"A noble knight have not to know how to read! But my armour-bearer has read it for me aloud twice."
"Well, sir. Have you taken the sword out of the sheath?"
"Yes."
"Is that really so? Check it again, please."
"I've done it, I say to you!"
Okay, sir. Now check the edge sharpness."
"Ough!"
"You shouldn't do it with your finger, sir."
"What thinger? I've done it with my phongue! I always check a sharp flavour of my dishes like that."
"You see, sir, a sword has a bit different construction than your more...