Click here to Skip to main content
15,895,709 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Someone slap me Pin
Daniel Wilianto4-Feb-18 21:31
Daniel Wilianto4-Feb-18 21:31 
GeneralRe: Someone slap me Pin
Munchies_Matt4-Feb-18 21:44
Munchies_Matt4-Feb-18 21:44 
GeneralRe: Someone slap me Pin
CodeWraith4-Feb-18 22:32
CodeWraith4-Feb-18 22:32 
GeneralRe: Someone slap me Pin
Munchies_Matt4-Feb-18 22:46
Munchies_Matt4-Feb-18 22:46 
GeneralRe: Someone slap me Pin
CodeWraith5-Feb-18 0:51
CodeWraith5-Feb-18 0:51 
GeneralRe: Someone slap me Pin
Munchies_Matt5-Feb-18 1:26
Munchies_Matt5-Feb-18 1:26 
GeneralRe: Someone slap me Pin
CodeWraith5-Feb-18 2:29
CodeWraith5-Feb-18 2:29 
GeneralRe: Someone slap me Pin
Chris Maunder5-Feb-18 3:23
cofounderChris Maunder5-Feb-18 3:23 
For me it's way, way better to do
value = condition

rather than
value = condition? true : false;

Because when reading you need to look at condition then you also need to check that true and false are in the correct order. Or should it be false and true?

I don't care what the assembler generates: I can about what the guy who comes after has to deal with when it's my code.
cheers
Chris Maunder

GeneralRe: Someone slap me Pin
Munchies_Matt5-Feb-18 4:56
Munchies_Matt5-Feb-18 4:56 
GeneralRe: Someone slap me Pin
Joe Woodbury5-Feb-18 8:02
professionalJoe Woodbury5-Feb-18 8:02 
GeneralRe: Someone slap me Pin
Munchies_Matt5-Feb-18 20:10
Munchies_Matt5-Feb-18 20:10 
GeneralRe: Someone slap me Pin
Daniel Wilianto5-Feb-18 15:05
Daniel Wilianto5-Feb-18 15:05 
GeneralRe: Someone slap me Pin
Munchies_Matt5-Feb-18 20:07
Munchies_Matt5-Feb-18 20:07 
GeneralRe: Someone slap me Pin
Daniel Wilianto6-Feb-18 16:21
Daniel Wilianto6-Feb-18 16:21 
GeneralRe: Someone slap me Pin
Munchies_Matt6-Feb-18 19:33
Munchies_Matt6-Feb-18 19:33 
GeneralRe: Someone slap me Pin
CPallini4-Feb-18 21:51
mveCPallini4-Feb-18 21:51 
GeneralRe: Someone slap me Pin
Chris Maunder5-Feb-18 3:29
cofounderChris Maunder5-Feb-18 3:29 
GeneralRe: Someone slap me Pin
CPallini5-Feb-18 9:31
mveCPallini5-Feb-18 9:31 
GeneralRe: Someone slap me Pin
Marc Clifton5-Feb-18 0:47
mvaMarc Clifton5-Feb-18 0:47 
GeneralRe: Someone slap me Pin
Chris Maunder5-Feb-18 3:28
cofounderChris Maunder5-Feb-18 3:28 
GeneralRe: Someone slap me Pin
ZurdoDev5-Feb-18 2:00
professionalZurdoDev5-Feb-18 2:00 
GeneralRe: Someone slap me Pin
raddevus5-Feb-18 2:17
mvaraddevus5-Feb-18 2:17 
GeneralRe: Someone slap me Pin
Chris Maunder5-Feb-18 3:30
cofounderChris Maunder5-Feb-18 3:30 
GeneralRe: Someone slap me Pin
Richard Deeming5-Feb-18 8:39
mveRichard Deeming5-Feb-18 8:39 
GeneralRe: Someone slap me Pin
raddevus5-Feb-18 9:20
mvaraddevus5-Feb-18 9:20 

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.