Click here to Skip to main content
15,888,610 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: let, var, val - Swift, Kotlin, JavaScript Pin
raddevus18-Jun-19 2:00
mvaraddevus18-Jun-19 2:00 
GeneralMust-Have NuGet Constants Packages Pin
David A. Gray7-Jun-19 20:56
David A. Gray7-Jun-19 20:56 
GeneralKill it with fire #2 - or fml Pin
charlieg31-May-19 12:04
charlieg31-May-19 12:04 
GeneralRe: Kill it with fire #2 - or fml Pin
David O'Neil31-May-19 15:11
professionalDavid O'Neil31-May-19 15:11 
GeneralRe: Kill it with fire #2 - or fml Pin
Gary R. Wheeler31-May-19 16:38
Gary R. Wheeler31-May-19 16:38 
GeneralRe: Kill it with fire #2 - or fml Pin
David O'Neil31-May-19 17:34
professionalDavid O'Neil31-May-19 17:34 
GeneralRe: Kill it with fire #2 - or fml Pin
charlieg1-Jun-19 3:22
charlieg1-Jun-19 3:22 
GeneralRe: Kill it with fire #2 - or fml Pin
David O'Neil1-Jun-19 11:54
professionalDavid O'Neil1-Jun-19 11:54 
The gotos don't break out of the loop, so a break won't keep the same flow. I should have named breakout something like skipProcessingTo, but the breakout nomenclature comes to my mind naturally.

I believe they are equivalent, except for the extra indentation level which I don't like, and the
if (!(type == object::BaseObj::Type::TypeTwo ||
      type == object::BaseObj::Type::TypeThree)) {
which I despise. The ! / || construct flips my brain upside down, vs the other way which is clear.

I did not notice the 'verbatim' part. At least they gave you a template to fill in! Laugh | :laugh: Laugh | :laugh:

Their comment indicates they possibly once meant to do something. Copy/paste at its finest! Have fun making it better!

GeneralRe: Kill it with fire #2 - or fml Pin
charlieg1-Jun-19 17:43
charlieg1-Jun-19 17:43 
GeneralRe: Kill it with fire #2 - or fml Pin
Sander Rossel8-Jun-19 0:47
professionalSander Rossel8-Jun-19 0:47 
GeneralRe: Kill it with fire #2 - or fml Pin
David O'Neil8-Jun-19 5:49
professionalDavid O'Neil8-Jun-19 5:49 
GeneralRe: Kill it with fire #2 - or fml Pin
Rick York12-Jun-19 13:22
mveRick York12-Jun-19 13:22 
GeneralRe: Kill it with fire #2 - or fml Pin
Member 1388243212-Jun-19 20:31
Member 1388243212-Jun-19 20:31 
GeneralRe: Kill it with fire #2 - or fml Pin
Richard Deeming12-Jun-19 23:19
mveRichard Deeming12-Jun-19 23:19 
GeneralRe: Kill it with fire #2 - or fml Pin
charlieg1-Jun-19 3:15
charlieg1-Jun-19 3:15 
GeneralRe: Kill it with fire #2 - or fml Pin
Matias Lopez5-Jun-19 6:06
Matias Lopez5-Jun-19 6:06 
GeneralRe: Kill it with fire #2 - or fml Pin
AFell24-Jun-19 11:39
AFell24-Jun-19 11:39 
GeneralRe: Kill it with fire #2 - or fml Pin
charlieg4-Jun-19 18:01
charlieg4-Jun-19 18:01 
GeneralRe: Kill it with fire #2 - or fml Pin
Dr.Walt Fair, PE8-Jun-19 5:34
professionalDr.Walt Fair, PE8-Jun-19 5:34 
GeneralRe: Kill it with fire #2 - or fml Pin
Jörgen Andersson12-Jun-19 10:02
professionalJörgen Andersson12-Jun-19 10:02 
GeneralRe: Kill it with fire #2 - or fml Pin
Dr.Walt Fair, PE8-Jun-19 5:32
professionalDr.Walt Fair, PE8-Jun-19 5:32 
GeneralToday's entry for the "kill it with fire" list Pin
Gary Wheeler14-May-19 7:06
Gary Wheeler14-May-19 7:06 
GeneralRe: Today's entry for the "kill it with fire" list Pin
phil.o14-May-19 7:30
professionalphil.o14-May-19 7:30 
JokeRe: Today's entry for the "kill it with fire" list Pin
raddevus14-May-19 8:19
mvaraddevus14-May-19 8:19 
GeneralRe: Today's entry for the "kill it with fire" list Pin
Gary Wheeler14-May-19 8:32
Gary Wheeler14-May-19 8:32 

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.