Click here to Skip to main content
15,887,746 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: Here's a specific reason devs hate JavaScript! PinPopular
Pete O'Hanlon8-Jan-19 12:40
mvePete O'Hanlon8-Jan-19 12:40 
GeneralRe: Here's a specific reason devs hate JavaScript! Pin
raddevus8-Jan-19 14:59
mvaraddevus8-Jan-19 14:59 
GeneralRe: Here's a specific reason devs hate JavaScript! Pin
Jon McKee8-Jan-19 15:26
professionalJon McKee8-Jan-19 15:26 
GeneralRe: Here's a specific reason devs hate JavaScript! PinPopular
Ryan Peden8-Jan-19 18:07
professionalRyan Peden8-Jan-19 18:07 
GeneralRe: Here's a specific reason devs hate JavaScript! Pin
raddevus9-Jan-19 1:13
mvaraddevus9-Jan-19 1:13 
GeneralRe: Here's a specific reason devs hate JavaScript! Pin
Member 91670578-Jan-19 21:08
Member 91670578-Jan-19 21:08 
GeneralRe: Here's a specific reason devs hate JavaScript! Pin
raddevus9-Jan-19 1:15
mvaraddevus9-Jan-19 1:15 
GeneralRe: Here's a specific reason devs hate JavaScript! Pin
Member 107319449-Jan-19 14:22
Member 107319449-Jan-19 14:22 
At my first employer as a very junior software engineer (though we called ourselves programmers back then - early 1990s), we used a variant of the PICK operating system called UniVERSE that ran on AIX.

Our code was mainly in PICK BASIC, which was a "business BASIC" variant.

With the version we were using, we'd sometimes run into bugs that would throw an error at runtime, but when you'd run it in the debugger (which was a nice step-wise debugger, with tons of nice features for the time), it would pass right by the line with the supposed error, and work just fine.

Then you'd exit the debugger, run the same piece of code - and it would work perfectly!

Think about that - it was a literal debugger!

Even so, it was hella annoying...
GeneralRe: Here's a specific reason devs hate JavaScript! Pin
Member 91670579-Jan-19 20:55
Member 91670579-Jan-19 20:55 
GeneralRe: Here's a specific reason devs hate JavaScript! Pin
TheGreatAndPowerfulOz12-Jan-19 6:27
TheGreatAndPowerfulOz12-Jan-19 6:27 
GeneralRe: Here's a specific reason devs hate JavaScript! Pin
Jeroen_R8-Jan-19 21:42
Jeroen_R8-Jan-19 21:42 
GeneralRe: Here's a specific reason devs hate JavaScript! Pin
raddevus9-Jan-19 1:19
mvaraddevus9-Jan-19 1:19 
JokeRe: Here's a specific reason devs hate JavaScript! Pin
V.8-Jan-19 23:14
professionalV.8-Jan-19 23:14 
GeneralRe: Here's a specific reason devs hate JavaScript! Pin
raddevus9-Jan-19 1:28
mvaraddevus9-Jan-19 1:28 
GeneralRe: Here's a specific reason devs hate JavaScript! Pin
jarvisa9-Jan-19 0:09
jarvisa9-Jan-19 0:09 
GeneralRe: Here's a specific reason devs hate JavaScript! Pin
raddevus9-Jan-19 1:29
mvaraddevus9-Jan-19 1:29 
GeneralRe: Here's a specific reason devs hate JavaScript! Pin
ClockMeister9-Jan-19 0:32
professionalClockMeister9-Jan-19 0:32 
GeneralRe: Here's a specific reason devs hate JavaScript! Pin
raddevus9-Jan-19 1:32
mvaraddevus9-Jan-19 1:32 
GeneralRe: Here's a specific reason devs hate JavaScript! Pin
Jörgen Andersson9-Jan-19 8:12
professionalJörgen Andersson9-Jan-19 8:12 
GeneralRe: Here's a specific reason devs hate JavaScript! Pin
Thornik9-Jan-19 2:16
Thornik9-Jan-19 2:16 
GeneralRe: Here's a specific reason devs hate JavaScript! Pin
Slow Eddie9-Jan-19 3:25
professionalSlow Eddie9-Jan-19 3:25 
QuestionRe: Here's a specific reason devs hate JavaScript! Pin
ZurdoDev9-Jan-19 3:51
professionalZurdoDev9-Jan-19 3:51 
JokeRe: Here's a specific reason devs hate JavaScript! Pin
raddevus9-Jan-19 7:57
mvaraddevus9-Jan-19 7:57 
GeneralRe: Here's a specific reason devs hate JavaScript! Pin
ZurdoDev9-Jan-19 7:58
professionalZurdoDev9-Jan-19 7:58 
GeneralRe: Here's a specific reason devs hate JavaScript! Pin
raddevus9-Jan-19 8:19
mvaraddevus9-Jan-19 8:19 

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.