Click here to Skip to main content
15,882,055 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: The joys of outsourcing Pin
Mark_Wallace1-Feb-17 1:32
Mark_Wallace1-Feb-17 1:32 
GeneralRe: The joys of outsourcing Pin
Dave Kreskowiak31-Jan-17 7:07
mveDave Kreskowiak31-Jan-17 7:07 
GeneralRe: The joys of outsourcing Pin
Sander Rossel31-Jan-17 8:47
professionalSander Rossel31-Jan-17 8:47 
GeneralRe: The joys of outsourcing Pin
Marc Clifton31-Jan-17 8:51
mvaMarc Clifton31-Jan-17 8:51 
GeneralRe: The joys of outsourcing Pin
Sander Rossel31-Jan-17 8:55
professionalSander Rossel31-Jan-17 8:55 
GeneralRe: The joys of outsourcing Pin
Marc Clifton31-Jan-17 11:31
mvaMarc Clifton31-Jan-17 11:31 
GeneralRe: The joys of outsourcing Pin
Bernhard Hiller31-Jan-17 21:34
Bernhard Hiller31-Jan-17 21:34 
GeneralI'm a-feared Pin
Marc Clifton30-Jan-17 5:35
mvaMarc Clifton30-Jan-17 5:35 
Comment of the day, probably from the same guy whom I've written about before.
//This lock probably isn't needed but it's here because of fear.

And while we're at it.
//Loop until a thread opens up
while (completedTheadIds.Count == 0) { }

Sigh | :sigh:

Marc
V.A.P.O.R.ware - Visual Assisted Programming / Organizational Representation

Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny

Artificial intelligence is the only remedy for natural stupidity. - CDP1802

GeneralRe: I'm a-feared Pin
Sander Rossel30-Jan-17 6:08
professionalSander Rossel30-Jan-17 6:08 
GeneralRe: I'm a-feared Pin
#realJSOP30-Jan-17 6:35
mve#realJSOP30-Jan-17 6:35 
GeneralRe: I'm a-feared Pin
Tim Carmichael30-Jan-17 8:51
Tim Carmichael30-Jan-17 8:51 
GeneralRe: I'm a-feared Pin
Sander Rossel30-Jan-17 9:03
professionalSander Rossel30-Jan-17 9:03 
GeneralRe: I'm a-feared Pin
Sander Rossel30-Jan-17 9:00
professionalSander Rossel30-Jan-17 9:00 
GeneralRe: I'm a-feared Pin
Pualee31-Jan-17 4:32
Pualee31-Jan-17 4:32 
GeneralRe: I'm a-feared Pin
Sander Rossel31-Jan-17 8:57
professionalSander Rossel31-Jan-17 8:57 
GeneralRe: I'm a-feared Pin
Pualee31-Jan-17 4:27
Pualee31-Jan-17 4:27 
GeneralRe: I'm a-feared Pin
Sander Rossel31-Jan-17 9:01
professionalSander Rossel31-Jan-17 9:01 
GeneralRe: I'm a-feared Pin
Rob Grainger31-Jan-17 5:36
Rob Grainger31-Jan-17 5:36 
GeneralRe: I'm a-feared Pin
Jeremy Falcon30-Jan-17 6:45
professionalJeremy Falcon30-Jan-17 6:45 
GeneralRe: I'm a-feared Pin
Marc Clifton30-Jan-17 11:21
mvaMarc Clifton30-Jan-17 11:21 
GeneralRe: I'm a-feared Pin
Jeremy Falcon30-Jan-17 11:22
professionalJeremy Falcon30-Jan-17 11:22 
GeneralRe: I'm a-feared Pin
Marc Clifton30-Jan-17 12:08
mvaMarc Clifton30-Jan-17 12:08 
GeneralRe: I'm a-feared Pin
Jeremy Falcon30-Jan-17 12:51
professionalJeremy Falcon30-Jan-17 12:51 
GeneralRe: I'm a-feared Pin
Bernhard Hiller30-Jan-17 23:37
Bernhard Hiller30-Jan-17 23:37 
RantA database view that affects the underlying data?! Pin
PIEBALDconsult26-Jan-17 7:27
mvePIEBALDconsult26-Jan-17 7:27 

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.