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

 
GeneralWasted space Pin
Jim (SS)8-Oct-09 6:22
Jim (SS)8-Oct-09 6:22 
GeneralRe: Wasted space Pin
Jaime Olivares8-Oct-09 9:05
Jaime Olivares8-Oct-09 9:05 
GeneralRe: Wasted space Pin
Jim (SS)8-Oct-09 9:12
Jim (SS)8-Oct-09 9:12 
GeneralRe: Wasted space Pin
dojohansen15-Oct-09 0:23
dojohansen15-Oct-09 0:23 
GeneralRe: Wasted space Pin
josda10008-Oct-09 9:39
josda10008-Oct-09 9:39 
JokeRe: Wasted space Pin
PIEBALDconsult8-Oct-09 17:05
mvePIEBALDconsult8-Oct-09 17:05 
GeneralRe: Wasted space Pin
V.8-Oct-09 21:37
professionalV.8-Oct-09 21:37 
GeneralRe: Wasted space Pin
dojohansen15-Oct-09 0:32
dojohansen15-Oct-09 0:32 
Unreadable!? You may not be *used* to reading it, but don't mistake infamiliarity with anything intrinsic to the syntax. There are however some objective aspects of code: The more there is to read, the more work it is to read. The more complex the code, the more work it is. The ternary adds absolutely *no* complexity compared to a branch and is far more compact. So how can it possibly be anything but more readable?

If you know of some other alternative to the ternary, other than branching, please enlighten me.
GeneralRe: Wasted space Pin
V.15-Oct-09 0:34
professionalV.15-Oct-09 0:34 
GeneralRe: Wasted space Pin
dojohansen15-Oct-09 1:03
dojohansen15-Oct-09 1:03 
GeneralRe: Wasted space Pin
V.15-Oct-09 1:27
professionalV.15-Oct-09 1:27 
GeneralRe: Wasted space Pin
Jim (SS)15-Oct-09 5:14
Jim (SS)15-Oct-09 5:14 
GeneralRe: Wasted space Pin
dmjm-h2-Nov-09 13:18
dmjm-h2-Nov-09 13:18 
GeneralRe: Wasted space Pin
Jim (SS)3-Nov-09 4:04
Jim (SS)3-Nov-09 4:04 
GeneralRe: Wasted space Pin
Member 218499724-Nov-09 18:54
Member 218499724-Nov-09 18:54 
GeneralRe: Wasted space Pin
David Skelly8-Oct-09 22:44
David Skelly8-Oct-09 22:44 
GeneralRe: Wasted space Pin
PIEBALDconsult9-Oct-09 4:38
mvePIEBALDconsult9-Oct-09 4:38 
GeneralRe: Wasted space Pin
Jim (SS)9-Oct-09 5:31
Jim (SS)9-Oct-09 5:31 
GeneralRe: Wasted space Pin
PIEBALDconsult9-Oct-09 8:19
mvePIEBALDconsult9-Oct-09 8:19 
GeneralRe: Wasted space Pin
Jim (SS)9-Oct-09 8:25
Jim (SS)9-Oct-09 8:25 
GeneralRe: Wasted space Pin
Robert Surtees9-Oct-09 14:49
Robert Surtees9-Oct-09 14:49 
GeneralRe: Wasted space Pin
Jim (SS)12-Oct-09 6:09
Jim (SS)12-Oct-09 6:09 
GeneralRe: Wasted space Pin
David Skelly12-Oct-09 22:58
David Skelly12-Oct-09 22:58 
GeneralRe: Wasted space Pin
OriginalGriff9-Oct-09 22:19
mveOriginalGriff9-Oct-09 22:19 
GeneralRe: Wasted space Pin
David Skelly12-Oct-09 22:50
David Skelly12-Oct-09 22:50 

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.