Click here to Skip to main content
15,891,136 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: Does C++ long for VB? Pin
stephen.hazel19-Oct-10 5:48
stephen.hazel19-Oct-10 5:48 
GeneralRe: Does C++ long for VB? Pin
Sterling Camden / independent consultant19-Oct-10 13:08
Sterling Camden / independent consultant19-Oct-10 13:08 
GeneralRe: Does C++ long for VB? Pin
M Towler19-Oct-10 22:51
M Towler19-Oct-10 22:51 
GeneralRe: Does C++ long for VB? Pin
richard_k26-Oct-10 22:32
richard_k26-Oct-10 22:32 
GeneralUnhandled exception message Pin
david.ribeiro15-Oct-10 5:30
david.ribeiro15-Oct-10 5:30 
GeneralRe: Unhandled exception message PinPopular
AspDotNetDev15-Oct-10 6:03
protectorAspDotNetDev15-Oct-10 6:03 
GeneralRe: Unhandled exception message Pin
GibbleCH15-Oct-10 10:49
GibbleCH15-Oct-10 10:49 
GeneralRe: Unhandled exception message Pin
AspDotNetDev15-Oct-10 11:01
protectorAspDotNetDev15-Oct-10 11:01 
Not sure I would call that a horror either. The ToString might include the stack trace, but even if it does it probably doesn't have the message in front of the rest of the stack trace, as is the case with this example. If this is a log that is meant to be read by humans, it would seem smart to put the message ahead of the rest so people can avoid having to scan through the stack trace to get to the most important part.

GeneralRe: Unhandled exception message Pin
Richard A. Dalton18-Oct-10 0:23
Richard A. Dalton18-Oct-10 0:23 
GeneralRe: Unhandled exception message Pin
Prerak Patel18-Oct-10 19:28
professionalPrerak Patel18-Oct-10 19:28 
GeneralWorst security flaws Pin
rohans8414-Oct-10 5:31
rohans8414-Oct-10 5:31 
GeneralRe: Worst security flaws Pin
Richard A. Dalton14-Oct-10 6:47
Richard A. Dalton14-Oct-10 6:47 
JokeRe: Worst security flaws Pin
PIEBALDconsult14-Oct-10 18:30
mvePIEBALDconsult14-Oct-10 18:30 
RantRe: Worst security flaws Pin
rohans8415-Oct-10 4:10
rohans8415-Oct-10 4:10 
GeneralRe: Worst security flaws Pin
Camilo Sanchez15-Oct-10 5:11
Camilo Sanchez15-Oct-10 5:11 
GeneralRe: Worst security flaws Pin
GenJerDan15-Oct-10 10:39
GenJerDan15-Oct-10 10:39 
GeneralRe: Worst security flaws Pin
Ray Cassick17-Oct-10 4:47
Ray Cassick17-Oct-10 4:47 
GeneralRe: Worst security flaws Pin
Mike Winiberg17-Oct-10 20:58
professionalMike Winiberg17-Oct-10 20:58 
GeneralRe: Worst security flaws Pin
Gary Wheeler17-Oct-10 23:58
Gary Wheeler17-Oct-10 23:58 
GeneralRe: Worst security flaws Pin
Richard A. Dalton20-Oct-10 5:17
Richard A. Dalton20-Oct-10 5:17 
GeneralRe: Worst security flaws Pin
Isfeasachme17-Oct-10 22:30
Isfeasachme17-Oct-10 22:30 
GeneralRe: Worst security flaws Pin
G-Tek18-Oct-10 1:19
G-Tek18-Oct-10 1:19 
GeneralBiggest security flaw... Pin
Vercas18-Oct-10 2:36
Vercas18-Oct-10 2:36 
GeneralRe: Worst security flaws Pin
BrainiacV18-Oct-10 4:38
BrainiacV18-Oct-10 4:38 
GeneralRe: Worst security flaws Pin
patbob18-Oct-10 6:46
patbob18-Oct-10 6:46 

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.