Click here to Skip to main content
15,888,521 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 worst error message ever, ever Pin
Vasily Tserekh27-Sep-11 8:58
Vasily Tserekh27-Sep-11 8:58 
GeneralRe: The worst error message ever, ever Pin
BobJanova28-Sep-11 4:59
BobJanova28-Sep-11 4:59 
GeneralRe: The worst error message ever, ever PinPopular
GibbleCH27-Sep-11 6:24
GibbleCH27-Sep-11 6:24 
GeneralRe: The worst error message ever, ever Pin
Mike Baldini27-Sep-11 7:42
professionalMike Baldini27-Sep-11 7:42 
GeneralRe: The worst error message ever, ever Pin
StM0n27-Sep-11 22:47
StM0n27-Sep-11 22:47 
GeneralRe: The worst error message ever, ever Pin
Gary Huck30-Sep-11 2:18
Gary Huck30-Sep-11 2:18 
GeneralRe: The worst error message ever, ever Pin
prasun.r7-Dec-11 5:35
prasun.r7-Dec-11 5:35 
GeneralRe: The worst error message ever, ever Pin
Sander Rossel27-Sep-11 7:57
professionalSander Rossel27-Sep-11 7:57 
A nice joke I encountered on some website:
"*Pic of broken computer* Oh no! What did you do!? Just kidding... An error occurred while processing your request" and then something about lemurs[^] trying to fix the problem Laugh | :laugh:

What was quite bad though, I was recently working on a company application. Many times stuff go wrong and the user doesn't even know because Exceptions are caught at some lower level and never passed to the UI (a horror in itself). But then I DID get an error... Or rather a message box with an error icon. The message itself was non-existant Laugh | :laugh:
It's an OO world.
C#
public class Naerling : Lazy<Person>{}

GeneralRe: The worst error message ever, ever Pin
AspDotNetDev27-Sep-11 8:02
protectorAspDotNetDev27-Sep-11 8:02 
GeneralRe: The worst error message ever, ever Pin
Chris Meech27-Sep-11 8:13
Chris Meech27-Sep-11 8:13 
GeneralRe: The worst error message ever, ever Pin
AspDotNetDev27-Sep-11 8:42
protectorAspDotNetDev27-Sep-11 8:42 
GeneralRe: The worst error message ever, ever Pin
Gregg Lobdell30-Sep-11 6:36
Gregg Lobdell30-Sep-11 6:36 
GeneralRe: The worst error message ever, ever Pin
SeattleC++29-Sep-11 20:00
SeattleC++29-Sep-11 20:00 
GeneralRe: The worst error message ever, ever PinPopular
Anastasiosyal29-Sep-11 20:12
Anastasiosyal29-Sep-11 20:12 
GeneralRe: The worst error message ever, ever Pin
sweavo_new30-Sep-11 0:48
sweavo_new30-Sep-11 0:48 
GeneralRe: The worst error message ever, ever Pin
Peter R. Fletcher30-Sep-11 5:09
Peter R. Fletcher30-Sep-11 5:09 
GeneralRe: The worst error message ever, ever Pin
Bminas30-Sep-11 5:16
Bminas30-Sep-11 5:16 
GeneralRe: The worst error message ever, ever PinPopular
ChrisNic29-Sep-11 21:08
ChrisNic29-Sep-11 21:08 
GeneralRe: The worst error message ever, ever Pin
lognormal30-Sep-11 1:01
lognormal30-Sep-11 1:01 
GeneralRe: The worst error message ever, ever Pin
BobJanova30-Sep-11 2:31
BobJanova30-Sep-11 2:31 
GeneralRe: The worst error message ever, ever Pin
jsc423-Oct-11 3:39
professionaljsc423-Oct-11 3:39 
GeneralRe: The worst error message ever, ever Pin
witm553-Oct-11 22:07
witm553-Oct-11 22:07 
GeneralRe: The worst error message ever, ever Pin
ilovecashmere29-Sep-11 21:16
ilovecashmere29-Sep-11 21:16 
GeneralRe: The worst error message ever, ever Pin
Ahn_729-Sep-11 21:30
Ahn_729-Sep-11 21:30 
GeneralRe: The worst error message ever, ever Pin
dieguzzo29-Sep-11 23:19
dieguzzo29-Sep-11 23: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.