Click here to Skip to main content
15,900,461 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: WriteOnly Pin
CPallini18-Apr-08 1:37
mveCPallini18-Apr-08 1:37 
GeneralRe: WriteOnly Pin
The Cake of Deceit18-Apr-08 0:08
The Cake of Deceit18-Apr-08 0:08 
GeneralRe: WriteOnly Pin
The Cake of Deceit18-Apr-08 2:38
The Cake of Deceit18-Apr-08 2:38 
GeneralRe: WriteOnly Pin
Vasudevan Deepak Kumar18-Apr-08 2:10
Vasudevan Deepak Kumar18-Apr-08 2:10 
GeneralRe: WriteOnly Pin
Dr.Walt Fair, PE18-Apr-08 9:50
professionalDr.Walt Fair, PE18-Apr-08 9:50 
GeneralRe: WriteOnly Pin
PIEBALDconsult18-Apr-08 10:55
mvePIEBALDconsult18-Apr-08 10:55 
GeneralRe: WriteOnly Pin
CDP180223-Apr-08 1:24
CDP180223-Apr-08 1:24 
GeneralDoes this count? Pin
jamie5505-Apr-08 4:20
jamie5505-Apr-08 4:20 
Is there a reason for this appearing all over the code???

try
{
if (something is wrong)
throw new exceptionaboutwhateveriswring();
//If nothing was wrong
...
...
...
continue work
}
catch (whatever exception was just thrown)
{
Console.WriteLine(information about the error);
}

JokeRe: Does this count? Pin
Luc Pattyn5-Apr-08 5:03
sitebuilderLuc Pattyn5-Apr-08 5:03 
GeneralRe: Does this count? Pin
jamie5505-Apr-08 5:10
jamie5505-Apr-08 5:10 
GeneralRe: Does this count? Pin
Luc Pattyn5-Apr-08 5:28
sitebuilderLuc Pattyn5-Apr-08 5:28 
GeneralRe: Does this count? Pin
jamie5505-Apr-08 5:34
jamie5505-Apr-08 5:34 
GeneralRe: Does this count? Pin
Luc Pattyn5-Apr-08 6:08
sitebuilderLuc Pattyn5-Apr-08 6:08 
GeneralRe: Does this count? Pin
MarkB7777-Apr-08 21:18
MarkB7777-Apr-08 21:18 
GeneralRe: Does this count? Pin
zildjohn0110-Apr-08 17:04
zildjohn0110-Apr-08 17:04 
QuestionRe: Does this count? Pin
AJGermano2-Jun-08 9:57
AJGermano2-Jun-08 9:57 
GeneralRe: Does this count? Pin
PIEBALDconsult5-Apr-08 16:41
mvePIEBALDconsult5-Apr-08 16:41 
GeneralRe: Does this count? Pin
leppie5-Apr-08 20:46
leppie5-Apr-08 20:46 
GeneralRe: Does this count? Pin
Dan Neely7-Apr-08 2:30
Dan Neely7-Apr-08 2:30 
GeneralRe: Does this count? Pin
Stephen Hewitt7-Apr-08 15:35
Stephen Hewitt7-Apr-08 15:35 
GeneralRe: Does this count? Pin
PIEBALDconsult8-Apr-08 11:41
mvePIEBALDconsult8-Apr-08 11:41 
GeneralRe: Does this count? Pin
leppie9-Apr-08 0:24
leppie9-Apr-08 0:24 
GeneralRe: Does this count? Pin
PIEBALDconsult9-Apr-08 13:07
mvePIEBALDconsult9-Apr-08 13:07 
Jokeself-obfuscating Pin
Mr.PoorEnglish23-Apr-08 14:28
Mr.PoorEnglish23-Apr-08 14:28 
RantRecruiting Horror PinPopular
Philip Laureano4-Apr-08 5:38
Philip Laureano4-Apr-08 5:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.