Click here to Skip to main content
15,902,114 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: To me this is a coding horror, and to you? Pin
leonej_dt29-Sep-08 17:49
leonej_dt29-Sep-08 17:49 
GeneralRe: To me this is a coding horror, and to you? Pin
cpkilekofp30-Sep-08 7:00
cpkilekofp30-Sep-08 7:00 
GeneralRe: To me this is a coding horror, and to you? Pin
leonej_dt1-Oct-08 15:18
leonej_dt1-Oct-08 15:18 
GeneralRe: To me this is a coding horror, and to you? Pin
cpkilekofp2-Oct-08 5:49
cpkilekofp2-Oct-08 5:49 
GeneralRe: To me this is a coding horror, and to you? Pin
cpkilekofp2-Oct-08 7:03
cpkilekofp2-Oct-08 7:03 
GeneralRe: To me this is a coding horror, and to you? Pin
geoffs2-Oct-08 10:34
geoffs2-Oct-08 10:34 
GeneralRe: To me this is a coding horror, and to you? Pin
David St. Hilaire24-Sep-08 14:01
David St. Hilaire24-Sep-08 14:01 
GeneralRe: To me this is a coding horror, and to you? Pin
cpkilekofp25-Sep-08 3:49
cpkilekofp25-Sep-08 3:49 
David St. Hilaire wrote:
I see a lot of:


if (b1) b2 = true;else b2 = false;


and even some:


switch (b1){case true: b2 = true; break;case false: b2 = false; break;}


You have my sympathies.
GeneralSomeone please help me .... PinPopular
Monty211-Sep-08 18:27
Monty211-Sep-08 18:27 
GeneralRe: Someone please help me .... Pin
StM0n11-Sep-08 23:45
StM0n11-Sep-08 23:45 
JokeRe: Someone please help me .... Pin
BadKarma11-Sep-08 23:58
BadKarma11-Sep-08 23:58 
GeneralRe: Someone please help me .... Pin
dojohansen16-Sep-08 2:22
dojohansen16-Sep-08 2:22 
GeneralRe: Someone please help me .... Pin
cpkilekofp25-Sep-08 3:58
cpkilekofp25-Sep-08 3:58 
GeneralRe: Someone please help me .... Pin
Nagy Vilmos12-Sep-08 2:26
professionalNagy Vilmos12-Sep-08 2:26 
JokeRe: Someone please help me .... Pin
Chris Meech12-Sep-08 2:39
Chris Meech12-Sep-08 2:39 
JokeRe: Someone please help me .... Pin
CPallini12-Sep-08 3:35
mveCPallini12-Sep-08 3:35 
GeneralRe: Someone please help me .... Pin
dojohansen16-Sep-08 2:24
dojohansen16-Sep-08 2:24 
GeneralRe: Someone please help me .... Pin
CPallini16-Sep-08 2:30
mveCPallini16-Sep-08 2:30 
GeneralRe: Someone please help me .... Pin
geoffs12-Sep-08 5:32
geoffs12-Sep-08 5:32 
GeneralRe: Someone please help me .... Pin
BillW3312-Sep-08 6:16
professionalBillW3312-Sep-08 6:16 
GeneralRe: Someone please help me .... Pin
geoffs12-Sep-08 9:08
geoffs12-Sep-08 9:08 
GeneralRe: Someone please help me .... Pin
BillW3312-Sep-08 12:47
professionalBillW3312-Sep-08 12:47 
GeneralRe: Someone please help me .... Pin
Yusuf15-Sep-08 5:25
Yusuf15-Sep-08 5:25 
GeneralRe: Someone please help me .... Pin
cpkilekofp25-Sep-08 4:00
cpkilekofp25-Sep-08 4:00 
GeneralRe: Someone please help me .... Pin
BillW3326-Sep-08 1:10
professionalBillW3326-Sep-08 1:10 

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.