Click here to Skip to main content
15,902,938 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: 9000 lines of ... Pin
BobJanova21-Feb-12 0:15
BobJanova21-Feb-12 0:15 
GeneralRe: 9000 lines of ... Pin
fjdiewornncalwe21-Feb-12 5:12
professionalfjdiewornncalwe21-Feb-12 5:12 
GeneralRe: 9000 lines of ... Pin
CDP180222-Feb-12 3:04
CDP180222-Feb-12 3:04 
GeneralRe: 9000 lines of ... Pin
fjdiewornncalwe22-Feb-12 3:19
professionalfjdiewornncalwe22-Feb-12 3:19 
GeneralRe: 9000 lines of ... Pin
CDP180222-Feb-12 4:35
CDP180222-Feb-12 4:35 
GeneralRe: 9000 lines of ... Pin
JackDingler28-Feb-12 5:18
JackDingler28-Feb-12 5:18 
GeneralRe: 9000 lines of ... Pin
theMadCoder7-Mar-12 4:24
theMadCoder7-Mar-12 4:24 
GeneralRe: 9000 lines of ... Pin
ekolis22-Feb-12 7:15
ekolis22-Feb-12 7:15 
What's so bad about if/else? I actually prefer using it in place of switch, just because switch is so ugly - you need a "break" after each case's statements? Seriously? I suppose it's not so bad in VB, where you're already using "end" statements instead of curly braces, but in C#, it just looks bad...
GeneralRe: 9000 lines of ... Pin
Stefan_Lang22-Feb-12 3:48
Stefan_Lang22-Feb-12 3:48 
GeneralRe: 9000 lines of ... Pin
CDP180222-Feb-12 4:22
CDP180222-Feb-12 4:22 
GeneralRe: 9000 lines of ... Pin
ekolis22-Feb-12 7:18
ekolis22-Feb-12 7:18 
GeneralRe: 9000 lines of ... Pin
CDP180222-Feb-12 11:38
CDP180222-Feb-12 11:38 
Generalreviewing old code Pin
0bx16-Feb-12 4:28
0bx16-Feb-12 4:28 
GeneralRe: reviewing old code Pin
BobJanova16-Feb-12 5:19
BobJanova16-Feb-12 5:19 
GeneralRe: reviewing old code Pin
0bx16-Feb-12 6:33
0bx16-Feb-12 6:33 
GeneralRe: reviewing old code Pin
ekolis16-Feb-12 14:12
ekolis16-Feb-12 14:12 
GeneralRe: reviewing old code Pin
0bx16-Feb-12 23:10
0bx16-Feb-12 23:10 
GeneralRe: reviewing old code Pin
Stefan_Lang17-Feb-12 1:55
Stefan_Lang17-Feb-12 1:55 
GeneralRe: reviewing old code Pin
AspDotNetDev16-Feb-12 14:28
protectorAspDotNetDev16-Feb-12 14:28 
GeneralRe: reviewing old code Pin
0bx16-Feb-12 23:01
0bx16-Feb-12 23:01 
GeneralRe: reviewing old code Pin
AspDotNetDev17-Feb-12 7:04
protectorAspDotNetDev17-Feb-12 7:04 
GeneralRe: reviewing old code Pin
TorstenFrings16-Feb-12 23:21
TorstenFrings16-Feb-12 23:21 
GeneralRe: reviewing old code Pin
Nagy Vilmos17-Feb-12 0:28
professionalNagy Vilmos17-Feb-12 0:28 
GeneralRe: reviewing old code Pin
0bx17-Feb-12 5:29
0bx17-Feb-12 5:29 
GeneralRe: reviewing old code Pin
Francis W. Porretto17-Feb-12 0:54
Francis W. Porretto17-Feb-12 0:54 

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.