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

 
GeneralWhy try when it's easier to fail? Pin
Marc Clifton27-Jun-19 7:18
mvaMarc Clifton27-Jun-19 7:18 
GeneralRe: Why try when it's easier to fail? Pin
AFell227-Jun-19 11:46
AFell227-Jun-19 11:46 
GeneralRe: Why try when it's easier to fail? Pin
Sander Rossel27-Jun-19 21:09
professionalSander Rossel27-Jun-19 21:09 
GeneralRe: Why try when it's easier to fail? Pin
Dominic Burford28-Jun-19 0:55
professionalDominic Burford28-Jun-19 0:55 
GeneralRe: Why try when it's easier to fail? Pin
Harrison Pratt1-Jul-19 2:01
professionalHarrison Pratt1-Jul-19 2:01 
GeneralRe: Why try when it's easier to fail? Pin
LoRezz1-Jul-19 2:42
LoRezz1-Jul-19 2:42 
GeneralRe: Why try when it's easier to fail? Pin
RugbyLeague1-Jul-19 3:51
RugbyLeague1-Jul-19 3:51 
GeneralRe: Why try when it's easier to fail? Pin
Super Lloyd3-Jul-19 20:46
Super Lloyd3-Jul-19 20:46 
C#
var somestr = foo.TryGetValue("bar", out var value) ? value?.ToString() : null;
Would that be better?! Blush | :O
A new .NET Serializer
All in one Menu-Ribbon Bar
Taking over the world since 1371!

GeneralWonderful, not weird Pin
Peter_in_278026-Jun-19 19:09
professionalPeter_in_278026-Jun-19 19:09 
GeneralRe: Wonderful, not weird Pin
Andreas Mertens27-Jun-19 4:19
professionalAndreas Mertens27-Jun-19 4:19 
GeneralRe: Wonderful, not weird Pin
OriginalGriff27-Jun-19 4:29
mveOriginalGriff27-Jun-19 4:29 
GeneralRe: Wonderful, not weird Pin
Sundance Kid18-Jul-19 2:44
Sundance Kid18-Jul-19 2:44 
GeneralThis bug in "Try .NET"... Pin
Thomas Daniels20-Jun-19 22:50
mentorThomas Daniels20-Jun-19 22:50 
GeneralRe: This bug in "Try .NET"... Pin
jsc4220-Jun-19 22:54
professionaljsc4220-Jun-19 22:54 
GeneralRe: This bug in "Try .NET"... Pin
Thomas Daniels20-Jun-19 22:59
mentorThomas Daniels20-Jun-19 22:59 
GeneralRe: This bug in "Try .NET"... Pin
Super Lloyd22-Jun-19 14:32
Super Lloyd22-Jun-19 14:32 
GeneralRe: This bug in "Try .NET"... Pin
Ravi Bhavnani29-Jun-19 17:48
professionalRavi Bhavnani29-Jun-19 17:48 
GeneralRe: This bug in "Try .NET"... Pin
Super Lloyd3-Jul-19 20:43
Super Lloyd3-Jul-19 20:43 
GeneralTypos in product code Pin
Marc Clifton17-Jun-19 8:22
mvaMarc Clifton17-Jun-19 8:22 
GeneralRe: Typos in product code Pin
Ravi Bhavnani17-Jun-19 8:44
professionalRavi Bhavnani17-Jun-19 8:44 
GeneralRe: Typos in product code Pin
Marc Clifton18-Jun-19 2:41
mvaMarc Clifton18-Jun-19 2:41 
GeneralRe: Typos in product code Pin
Ravi Bhavnani19-Jun-19 16:20
professionalRavi Bhavnani19-Jun-19 16:20 
GeneralRe: Typos in product code Pin
  Forogar  17-Jun-19 8:57
professional  Forogar  17-Jun-19 8:57 
GeneralRe: Typos in product code Pin
Slacker00717-Jun-19 10:26
professionalSlacker00717-Jun-19 10:26 
JokeRe: Typos in product code Pin
Peter_in_278017-Jun-19 13:07
professionalPeter_in_278017-Jun-19 13:07 

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.