Click here to Skip to main content
15,879,326 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: It's alive.....! Pin
phil.o15-Oct-15 0:01
professionalphil.o15-Oct-15 0:01 
GeneralWTF Pin
Brisingr Aerowing15-Aug-15 11:46
professionalBrisingr Aerowing15-Aug-15 11:46 
GeneralRe: WTF Pin
Sander Rossel15-Aug-15 13:29
professionalSander Rossel15-Aug-15 13:29 
GeneralRe: WTF Pin
kmoorevs15-Aug-15 14:22
kmoorevs15-Aug-15 14:22 
GeneralRe: WTF Pin
Amarnath S15-Aug-15 18:13
professionalAmarnath S15-Aug-15 18:13 
GeneralRe: WTF Pin
Weylyn Cadwell17-Aug-15 11:31
Weylyn Cadwell17-Aug-15 11:31 
GeneralRe: WTF Pin
User 1013254618-Sep-15 5:38
User 1013254618-Sep-15 5:38 
GeneralIs this the worst code in the world? Pin
Sean McPoland12-Aug-15 20:12
Sean McPoland12-Aug-15 20:12 
this was from a year or two ago...really!

I was investing a batch scheduling issue using CA-Scheduler.

The program in COBOL had the following code (paraphrased as I've forgotten it all).

TestTime:
If time <> 2am then
Wait 1 second
Goto testTime
End If

This program at the beginning of a schedule of 1,200 nightly would start somewhere usually between 11:30 and midnight because of changes to the schedule.

It worked like this for 5 years before anyone challenged what was happening with the batch cycle.

On review the programmer put the code in because the tester insisted on seeing the code work at 2am...there is no scheduler in developement or UAT, and of course the code never ever came out....

Once fixed the schedule dropped from 9 hours to less than 4....

Go testers!!!

GeneralRe: Is this the worst code in the world? Pin
ravikhoda13-Aug-15 0:07
professionalravikhoda13-Aug-15 0:07 
GeneralRe: Is this the worst code in the world? Pin
Tim Carmichael13-Aug-15 3:24
Tim Carmichael13-Aug-15 3:24 
GeneralRe: Is this the worst code in the world? PinPopular
Power Puff Boy13-Aug-15 3:28
Power Puff Boy13-Aug-15 3:28 
GeneralRe: Is this the worst code in the world? Pin
Mark Whybird13-Aug-15 20:26
Mark Whybird13-Aug-15 20:26 
GeneralRe: Is this the worst code in the world? Pin
Member 1070767713-Aug-15 23:02
Member 1070767713-Aug-15 23:02 
GeneralRe: Is this the worst code in the world? Pin
Mark Whybird13-Aug-15 20:47
Mark Whybird13-Aug-15 20:47 
GeneralRe: Is this the worst code in the world? Pin
Weston Miller14-Aug-15 3:32
Weston Miller14-Aug-15 3:32 
GeneralRe: Is this the worst code in the world? Pin
Kirk 1038982114-Aug-15 4:01
Kirk 1038982114-Aug-15 4:01 
GeneralRe: Is this the worst code in the world? Pin
Dan Sutton14-Aug-15 7:24
Dan Sutton14-Aug-15 7:24 
GeneralRe: Is this the worst code in the world? Pin
Dan Sutton14-Aug-15 7:29
Dan Sutton14-Aug-15 7:29 
GeneralRe: Is this the worst code in the world? Pin
PIEBALDconsult14-Aug-15 7:34
mvePIEBALDconsult14-Aug-15 7:34 
GeneralRe: Is this the worst code in the world? Pin
BrainiacV14-Aug-15 9:43
BrainiacV14-Aug-15 9:43 
GeneralRe: Is this the worst code in the world? Pin
Manfred Rudolf Bihy14-Aug-15 9:51
professionalManfred Rudolf Bihy14-Aug-15 9:51 
GeneralRe: Is this the worst code in the world? Pin
jibalt14-Aug-15 12:29
jibalt14-Aug-15 12:29 
GeneralRe: Is this the worst code in the world? Pin
Al Chak15-Aug-15 22:16
Al Chak15-Aug-15 22:16 
GeneralRe: Is this the worst code in the world? Pin
Dr Gadgit30-Sep-15 8:24
Dr Gadgit30-Sep-15 8:24 
GeneralRe: Is this the worst code in the world? Pin
BruceN5-Oct-15 9:39
BruceN5-Oct-15 9:39 

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.