Click here to Skip to main content
15,884,074 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.

 
QuestionCargo cult programming for thread safe variable access? Pin
User 58261916-Aug-10 2:28
User 58261916-Aug-10 2:28 
AnswerRe: Cargo cult programming for thread safe variable access? Pin
Luc Pattyn16-Aug-10 3:03
sitebuilderLuc Pattyn16-Aug-10 3:03 
GeneralRe: Cargo cult programming for thread safe variable access? Pin
User 58261916-Aug-10 4:13
User 58261916-Aug-10 4:13 
GeneralRe: Cargo cult programming for thread safe variable access? Pin
Luc Pattyn16-Aug-10 4:26
sitebuilderLuc Pattyn16-Aug-10 4:26 
GeneralRe: Cargo cult programming for thread safe variable access? Pin
User 58261916-Aug-10 5:05
User 58261916-Aug-10 5:05 
GeneralRe: Cargo cult programming for thread safe variable access? Pin
Luc Pattyn16-Aug-10 5:23
sitebuilderLuc Pattyn16-Aug-10 5:23 
AnswerRe: Cargo cult programming for thread safe variable access? Pin
dojohansen16-Aug-10 3:09
dojohansen16-Aug-10 3:09 
GeneralRe: Cargo cult programming for thread safe variable access? Pin
User 58261916-Aug-10 4:35
User 58261916-Aug-10 4:35 
Good to see C# is equally vulnerable. I thought of cargo cult programming as the ritual inclusion of code or program structures that serve no real purpose. Locking an algorithm against changes of it's variables is perfectly valid but in this app no external algorithm ever tried to acquire the critical section. (The original code contains public accessors for the lock, i removed them to check if they are used at all. Turned out they were unused...)

AnswerRe: Cargo cult programming for thread safe variable access? Pin
Mladen Janković16-Aug-10 6:13
Mladen Janković16-Aug-10 6:13 
AnswerRe: Cargo cult programming for thread safe variable access? Pin
ed welch19-Aug-10 4:38
ed welch19-Aug-10 4:38 
GeneralUh...check what? PinPopular
TheyCallMeMrJames12-Aug-10 6:34
TheyCallMeMrJames12-Aug-10 6:34 
GeneralRe: Uh...check what? PinPopular
OriginalGriff12-Aug-10 8:21
mveOriginalGriff12-Aug-10 8:21 
GeneralRe: Uh...check what? Pin
GibbleCH12-Aug-10 8:51
GibbleCH12-Aug-10 8:51 
GeneralRe: Uh...check what? Pin
Andre xxxxxxx13-Aug-10 0:50
Andre xxxxxxx13-Aug-10 0:50 
GeneralRe: Uh...check what? Pin
Super Lloyd15-Aug-10 15:20
Super Lloyd15-Aug-10 15:20 
GeneralRe: Uh...check what? Pin
Andre xxxxxxx16-Aug-10 0:51
Andre xxxxxxx16-Aug-10 0:51 
GeneralRe: Uh...check what? PinPopular
Ian Shlasko12-Aug-10 9:40
Ian Shlasko12-Aug-10 9:40 
GeneralRe: Uh...check what? Pin
Bigdeak12-Aug-10 19:42
Bigdeak12-Aug-10 19:42 
GeneralRe: Uh...check what? Pin
David Skelly12-Aug-10 22:33
David Skelly12-Aug-10 22:33 
GeneralRe: Uh...check what? Pin
Richard A. Dalton13-Aug-10 3:20
Richard A. Dalton13-Aug-10 3:20 
GeneralRe: Uh...check what? Pin
GibbleCH13-Aug-10 3:36
GibbleCH13-Aug-10 3:36 
GeneralRe: Uh...check what? Pin
AspDotNetDev13-Aug-10 12:08
protectorAspDotNetDev13-Aug-10 12:08 
GeneralRe: Uh...check what? Pin
TheyCallMeMrJames13-Aug-10 3:52
TheyCallMeMrJames13-Aug-10 3:52 
GeneralRe: Uh...check what? Pin
David Skelly13-Aug-10 4:30
David Skelly13-Aug-10 4:30 
GeneralRe: Uh...check what? PinPopular
Richard A. Dalton13-Aug-10 4:45
Richard A. Dalton13-Aug-10 4:45 

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.