Click here to Skip to main content
15,896,063 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: Bool expression?? Pin
Vasudevan Deepak Kumar14-Feb-08 3:39
Vasudevan Deepak Kumar14-Feb-08 3:39 
GeneralRe: Bool expression?? Pin
Michael P. Scherer13-Feb-08 11:05
Michael P. Scherer13-Feb-08 11:05 
GeneralRe: Bool expression?? Pin
BadKarma13-Feb-08 21:19
BadKarma13-Feb-08 21:19 
GeneralRe: Bool expression?? Pin
Vasudevan Deepak Kumar14-Feb-08 3:40
Vasudevan Deepak Kumar14-Feb-08 3:40 
GeneralRe: Bool expression?? Pin
codemunch8-Feb-08 6:49
codemunch8-Feb-08 6:49 
GeneralRe: Bool expression?? Pin
Tristan Rhodes11-Feb-08 22:08
Tristan Rhodes11-Feb-08 22:08 
GeneralRe: Bool expression?? Pin
codemunch12-Feb-08 6:51
codemunch12-Feb-08 6:51 
GeneralRe: Bool expression?? Pin
Erich Ledesma8-Feb-08 8:52
Erich Ledesma8-Feb-08 8:52 
Great point. Never thought of it that way. But it wasn't a sennior programmer making things clearer, nor a junnior one making misstakes. It's just some guy who has been programming for a while and I guess has no clue how boolean expressions work. It's started on C# by the way. Original code

x => if (SomeBoolMeth(x) == true) return true; return false ;


If you were a professor and find this in some test, not from a basic course, what would you do??

Again: Great point!!
GeneralRe: Bool expression?? Pin
dojohansen12-Feb-08 3:18
dojohansen12-Feb-08 3:18 
GeneralRe: Bool expression?? Pin
Paddy Boyd8-Feb-08 4:51
Paddy Boyd8-Feb-08 4:51 
GeneralRe: Bool expression?? Pin
leppie8-Feb-08 5:51
leppie8-Feb-08 5:51 
GeneralRe: Bool expression?? Pin
Sean Williams11-Feb-08 20:51
Sean Williams11-Feb-08 20:51 
GeneralRe: Bool expression?? Pin
Sean Williams11-Feb-08 20:53
Sean Williams11-Feb-08 20:53 
GeneralRe: Bool expression?? Pin
Sean Williams11-Feb-08 20:57
Sean Williams11-Feb-08 20:57 
GeneralRe: Bool expression?? Pin
dojohansen12-Feb-08 3:22
dojohansen12-Feb-08 3:22 
GeneralRe: Bool expression?? Pin
Paul Conrad17-Feb-08 6:50
professionalPaul Conrad17-Feb-08 6:50 
GeneralRe: Bool expression?? Pin
PIEBALDconsult2-Apr-08 8:00
mvePIEBALDconsult2-Apr-08 8:00 
GeneralChildhood coding PinPopular
Daniel 'Tak' M.6-Feb-08 16:20
Daniel 'Tak' M.6-Feb-08 16:20 
GeneralRe: Childhood coding Pin
Pete O'Hanlon6-Feb-08 21:54
mvePete O'Hanlon6-Feb-08 21:54 
GeneralRe: Childhood coding Pin
NormDroid7-Feb-08 0:18
professionalNormDroid7-Feb-08 0:18 
GeneralRe: Childhood coding Pin
Dan Neely7-Feb-08 2:16
Dan Neely7-Feb-08 2:16 
GeneralRe: Childhood coding Pin
ClementsDan7-Feb-08 5:21
ClementsDan7-Feb-08 5:21 
GeneralRe: Childhood coding Pin
Daniel 'Tak' M.7-Feb-08 7:38
Daniel 'Tak' M.7-Feb-08 7:38 
GeneralRe: Childhood coding Pin
PIEBALDconsult7-Feb-08 7:46
mvePIEBALDconsult7-Feb-08 7:46 
GeneralRe: Childhood coding Pin
MidwestLimey7-Feb-08 12:05
professionalMidwestLimey7-Feb-08 12:05 

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.