Click here to Skip to main content
15,889,786 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: Sometimes I wonder about code comments Pin
Bernhard Hiller19-Feb-13 22:04
Bernhard Hiller19-Feb-13 22:04 
GeneralRe: Sometimes I wonder about code comments Pin
Marco Bertschi20-Feb-13 9:56
protectorMarco Bertschi20-Feb-13 9:56 
GeneralRe: Sometimes I wonder about code comments Pin
BobJanova20-Feb-13 4:12
BobJanova20-Feb-13 4:12 
GeneralRe: Sometimes I wonder about code comments Pin
krumia3-Mar-13 5:35
krumia3-Mar-13 5:35 
RantRe: Sometimes I wonder about code comments Pin
Super Lloyd4-Mar-13 13:32
Super Lloyd4-Mar-13 13:32 
GeneralRe: Sometimes I wonder about code comments Pin
wout de zeeuw6-Mar-13 14:31
wout de zeeuw6-Mar-13 14:31 
GeneralThis is the kind of productivity you get when you pay by lines of code PinPopular
Rob Grainger18-Feb-13 1:18
Rob Grainger18-Feb-13 1:18 
JokeRe: This is the kind of productivity you get when you pay by lines of code PinPopular
AspDotNetDev18-Feb-13 9:32
protectorAspDotNetDev18-Feb-13 9:32 
I say this developer had brilliant foresight and should be given both a raise and a promotion! They must have known that VB's built-in functions would be transitioned to the .Net Framework at some point. Now, they only have to change a single line of code to make sure their entire code base uses System.Threading.Thread.Sleep().

They have also created a function rather than a sub, a clever trick in case they ever decide to return a value (e.g., a bool indicating whether or not the sleep operation was successful). Ingenious!

GeneralRe: This is the kind of productivity you get when you pay by lines of code Pin
Sander Rossel18-Feb-13 20:45
professionalSander Rossel18-Feb-13 20:45 
GeneralRe: This is the kind of productivity you get when you pay by lines of code Pin
OriginalGriff19-Feb-13 4:59
mveOriginalGriff19-Feb-13 4:59 
GeneralRe: This is the kind of productivity you get when you pay by lines of code Pin
Bernhard Hiller19-Feb-13 5:05
Bernhard Hiller19-Feb-13 5:05 
GeneralRe: This is the kind of productivity you get when you pay by lines of code Pin
fjdiewornncalwe20-Feb-13 3:13
professionalfjdiewornncalwe20-Feb-13 3:13 
GeneralRe: This is the kind of productivity you get when you pay by lines of code Pin
wout de zeeuw6-Mar-13 14:31
wout de zeeuw6-Mar-13 14:31 
GeneralIF-free codes Pin
SarK0Y15-Feb-13 12:34
SarK0Y15-Feb-13 12:34 
GeneralRe: IF-free codes PinPopular
Paul Conrad15-Feb-13 12:54
professionalPaul Conrad15-Feb-13 12:54 
GeneralRe: IF-free codes Pin
SarK0Y15-Feb-13 13:06
SarK0Y15-Feb-13 13:06 
GeneralRe: IF-free codes Pin
Gary Wheeler19-Feb-13 0:17
Gary Wheeler19-Feb-13 0:17 
GeneralRe: IF-free codes Pin
Chad3F20-Feb-13 19:03
Chad3F20-Feb-13 19:03 
GeneralRe: IF-free codes Pin
dusty_dex19-Feb-13 5:54
dusty_dex19-Feb-13 5:54 
GeneralRe: IF-free codes Pin
DarthDana19-Mar-13 10:09
professionalDarthDana19-Mar-13 10:09 
GeneralRe: IF-free codes Pin
RonDsz19-Feb-13 9:36
RonDsz19-Feb-13 9:36 
JokeRe: IF-free codes Pin
Brisingr Aerowing25-Feb-13 14:58
professionalBrisingr Aerowing25-Feb-13 14:58 
GeneralRe: IF-free codes Pin
PIEBALDconsult15-Feb-13 19:27
mvePIEBALDconsult15-Feb-13 19:27 
JokeRe: IF-free codes PinPopular
Brisingr Aerowing15-Feb-13 19:47
professionalBrisingr Aerowing15-Feb-13 19:47 
GeneralRe: IF-free codes Pin
Monaco.Bavarian18-Feb-13 19:50
Monaco.Bavarian18-Feb-13 19:50 

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.