Click here to Skip to main content
15,891,839 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: Absolutely Horrific Pin
PIEBALDconsult18-Mar-21 7:13
mvePIEBALDconsult18-Mar-21 7:13 
GeneralRe: Absolutely Horrific Pin
Daniel Pfeffer18-Mar-21 7:43
professionalDaniel Pfeffer18-Mar-21 7:43 
GeneralRe: Absolutely Horrific Pin
Slow Eddie20-Mar-21 2:53
professionalSlow Eddie20-Mar-21 2:53 
GeneralRe: Absolutely Horrific Pin
Greg Utas18-Mar-21 8:17
professionalGreg Utas18-Mar-21 8:17 
GeneralRe: Absolutely Horrific Pin
obermd19-Mar-21 3:46
obermd19-Mar-21 3:46 
GeneralRe: Absolutely Horrific Pin
Greg Utas19-Mar-21 4:26
professionalGreg Utas19-Mar-21 4:26 
GeneralRe: Absolutely Horrific Pin
honey the codewitch27-Mar-21 12:43
mvahoney the codewitch27-Mar-21 12:43 
GeneralRe: Absolutely Horrific Pin
Greg Utas27-Mar-21 14:27
professionalGreg Utas27-Mar-21 14:27 
Please elaborate. I think I might learn something.

Source level polymorphism? Never heard of source level as an adjective for polymorphism. What's it mean?

Selective linking? By this, do you mean that code that isn't used doesn't get linked into the .exe?

I see the STL as being in a half-world between library and framework. Iterators, for example, cut across many of the classes, but the higher-level classes stand on their own. That's quite different from what I'm doing, where it's impossible to use any component on its own, because those in the same static library use each other freely. When I read about this dependency injection fetish in light of what I'm doing, I just throw up my hands and chortle at the endless boilerplate that would be needed. Besides, toy test harnesses will never exercise a framework as well as a few serious applications.
Robust Services Core | Software Techniques for Lemmings | Articles
The fox knows many things, but the hedgehog knows one big thing.

GeneralRe: Absolutely Horrific Pin
honey the codewitch27-Mar-21 15:25
mvahoney the codewitch27-Mar-21 15:25 
GeneralRe: Absolutely Horrific Pin
Greg Utas27-Mar-21 15:47
professionalGreg Utas27-Mar-21 15:47 
GeneralRe: Absolutely Horrific Pin
honey the codewitch27-Mar-21 15:49
mvahoney the codewitch27-Mar-21 15:49 
GeneralRe: Absolutely Horrific Pin
honey the codewitch27-Mar-21 15:39
mvahoney the codewitch27-Mar-21 15:39 
GeneralRe: Absolutely Horrific Pin
Greg Utas27-Mar-21 15:48
professionalGreg Utas27-Mar-21 15:48 
RantRe: Absolutely Horrific Pin
Daniel Pfeffer18-Mar-21 7:45
professionalDaniel Pfeffer18-Mar-21 7:45 
GeneralRe: Absolutely Horrific Pin
OriginalGriff18-Mar-21 21:53
mveOriginalGriff18-Mar-21 21:53 
GeneralRe: Absolutely Horrific Pin
Rick York19-Mar-21 5:49
mveRick York19-Mar-21 5:49 
GeneralRe: Absolutely Horrific Pin
jlongo19-Mar-21 11:37
jlongo19-Mar-21 11:37 
GeneralRe: Absolutely Horrific Pin
István Smrtnik27-May-21 1:46
István Smrtnik27-May-21 1:46 
GeneralWeird but not Wonderful - .Net Core project discovery Pin
#realJSOP22-Feb-21 1:17
mve#realJSOP22-Feb-21 1:17 
GeneralRe: Weird but not Wonderful - .Net Core project discovery Pin
raddevus22-Feb-21 2:35
mvaraddevus22-Feb-21 2:35 
GeneralRe: Weird but not Wonderful - .Net Core project discovery Pin
#realJSOP22-Feb-21 3:00
mve#realJSOP22-Feb-21 3:00 
GeneralRe: Weird but not Wonderful - .Net Core project discovery Pin
raddevus22-Feb-21 3:46
mvaraddevus22-Feb-21 3:46 
GeneralRe: Weird but not Wonderful - .Net Core project discovery Pin
#realJSOP22-Feb-21 3:48
mve#realJSOP22-Feb-21 3:48 
GeneralRe: Weird but not Wonderful - .Net Core project discovery Pin
raddevus23-Feb-21 3:30
mvaraddevus23-Feb-21 3:30 
GeneralRe: Weird but not Wonderful - .Net Core project discovery Pin
Gary R. Wheeler7-Mar-21 8:23
Gary R. Wheeler7-Mar-21 8:23 

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.