Click here to Skip to main content
15,912,072 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: Another Horror Pin
Paul Conrad26-Sep-08 6:06
professionalPaul Conrad26-Sep-08 6:06 
JokeRe: Another Horror Pin
Single Step Debugger26-Sep-08 5:14
Single Step Debugger26-Sep-08 5:14 
GeneralRe: Another Horror Pin
Paul Conrad26-Sep-08 6:04
professionalPaul Conrad26-Sep-08 6:04 
GeneralRe: Another Horror Pin
Perspx26-Sep-08 6:09
Perspx26-Sep-08 6:09 
GeneralRe: Another Horror Pin
Paul Conrad26-Sep-08 6:11
professionalPaul Conrad26-Sep-08 6:11 
GeneralRe: Another Horror Pin
Perspx26-Sep-08 6:14
Perspx26-Sep-08 6:14 
GeneralRe: Another Horror Pin
Lutosław26-Sep-08 23:01
Lutosław26-Sep-08 23:01 
GeneralRe: Another Horror Pin
cpkilekofp29-Sep-08 4:25
cpkilekofp29-Sep-08 4:25 
Narotham Babu Kalluri wrote:
I've found this piece of code recently in my new project
if(a==1 || a==2 || a==3 || a==4)
{
if(a==1)
DoSomething(1);
else if(a==2)
DoSomething(2);
else if(a==3)
DoSomething(3);
else if(a==4)
DoSomething(4);
}


Since this programmer obviously can't make a switch in code, your company should make a switch of employees.
GeneralRe: Another Horror Pin
Paul Conrad29-Sep-08 6:54
professionalPaul Conrad29-Sep-08 6:54 
GeneralRe: Another Horror Pin
cpkilekofp29-Sep-08 8:07
cpkilekofp29-Sep-08 8:07 
GeneralRe: Another Horror Pin
Lutosław30-Sep-08 13:33
Lutosław30-Sep-08 13:33 
GeneralRe: Another Horror Pin
cpkilekofp1-Oct-08 3:32
cpkilekofp1-Oct-08 3:32 
GeneralRe: Another Horror Pin
VentsyV1-Oct-08 11:52
VentsyV1-Oct-08 11:52 
GeneralRe: Another Horror Pin
cpkilekofp2-Oct-08 4:49
cpkilekofp2-Oct-08 4:49 
GeneralRe: Another Horror Pin
VentsyV2-Oct-08 8:37
VentsyV2-Oct-08 8:37 
JokeRe: Another Horror Pin
cpkilekofp2-Oct-08 9:54
cpkilekofp2-Oct-08 9:54 
GeneralRe: Another Horror PinPopular
Pete O'Hanlon29-Sep-08 8:14
mvePete O'Hanlon29-Sep-08 8:14 
GeneralRe: Another Horror Pin
dojohansen1-Oct-08 4:32
dojohansen1-Oct-08 4:32 
GeneralRe: Another Horror Pin
dojohansen1-Oct-08 5:46
dojohansen1-Oct-08 5:46 
GeneralRe: Another Horror Pin
Sauce!1-Oct-08 23:01
Sauce!1-Oct-08 23:01 
JokeRe: Another Horror Pin
ChrisKiki6-Oct-08 0:27
ChrisKiki6-Oct-08 0:27 
GeneralThis is just for the laugh of it. PinPopular
adamsappel22-Sep-08 2:24
adamsappel22-Sep-08 2:24 
GeneralRe: This is just for the laugh of it. PinPopular
CPallini22-Sep-08 3:06
mveCPallini22-Sep-08 3:06 
GeneralRe: This is just for the laugh of it. PinPopular
Dan Neely22-Sep-08 3:48
Dan Neely22-Sep-08 3:48 
GeneralRe: This is just for the laugh of it. Pin
PIEBALDconsult22-Sep-08 17:32
mvePIEBALDconsult22-Sep-08 17:32 

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.