Valhalla Legends Archive

Programming => General Programming => Topic started by: Grok on April 27, 2010, 12:06 PM

Title: [humor] Writing Unmaintainable Code
Post by: Grok on April 27, 2010, 12:06 PM
http://mindprod.com/jgloss/unmain.html

The ultimate anti-style guide for programmers.

Title: Re: [humor] Writing Unmaintainable Code
Post by: Yegg on April 27, 2010, 06:53 PM
There's some pretty good stuff on there...

Semicolons! Always use semicolons whenever they are syntactically allowed. For example:
if ( a );
else;
{
   int d;
   d = c;
}


Some of the things on the page at http://mindprod.com/jgloss/unmainobfuscation.html reminds me of coding styles used by people who don't realize their style is ridiculous.