Click here to Skip to main content
15,887,214 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: Why do so many "developers" not understand 'null'? Pin
jmaida5-Mar-23 17:46
jmaida5-Mar-23 17:46 
GeneralRe: Why do so many "developers" not understand 'null'? Pin
Sander Rossel5-Mar-23 20:25
professionalSander Rossel5-Mar-23 20:25 
GeneralRe: Why do so many "developers" not understand 'null'? Pin
CPallini5-Mar-23 20:30
mveCPallini5-Mar-23 20:30 
GeneralRe: Why do so many "developers" not understand 'null'? Pin
den2k885-Mar-23 20:44
professionalden2k885-Mar-23 20:44 
RantRe: Why do so many "developers" not understand 'null'? Pin
Martijn Smitshoek5-Mar-23 20:50
Martijn Smitshoek5-Mar-23 20:50 
GeneralRe: Why do so many "developers" not understand 'null'? Pin
giulicard5-Mar-23 22:38
giulicard5-Mar-23 22:38 
GeneralRe: Why do so many "developers" not understand 'null'? Pin
Richard MacCutchan5-Mar-23 23:28
mveRichard MacCutchan5-Mar-23 23:28 
GeneralRe: Why do so many "developers" not understand 'null'? Pin
MikeCO106-Mar-23 1:53
MikeCO106-Mar-23 1:53 
Meh, because often it's a pain in the neck? Look at most languages and the various operators or functions built around 'null'. Then there's things like empty, not set, nothing, and default 'blank' types. Gets into a lot of fun, especially with databases and SQLs.

Speaking of fun, and a fun discussion, I had a young programmer use the three values of a boolean. I asked what he was doing. I said go get that switch on the wall to be 'not answered', lol. I'm a firm believer in two boolean values. If you're looking for 3 answers, use a different data type and clearly capture the intent. In my database designs, I leave no null values. Saves that pesky code, lol.
GeneralRe: Why do so many "developers" not understand 'null'? Pin
englebart6-Mar-23 2:35
professionalenglebart6-Mar-23 2:35 
GeneralRe: Why do so many "developers" not understand 'null'? Pin
Cpichols6-Mar-23 3:14
Cpichols6-Mar-23 3:14 
GeneralRe: Why do so many "developers" not understand 'null'? Pin
agolddog6-Mar-23 3:19
agolddog6-Mar-23 3:19 
GeneralRe: Why do so many "developers" not understand 'null'? Pin
BillWoodruff6-Mar-23 3:25
professionalBillWoodruff6-Mar-23 3:25 
GeneralRe: Why do so many "developers" not understand 'null'? Pin
englebart6-Mar-23 15:01
professionalenglebart6-Mar-23 15:01 
GeneralRe: Why do so many "developers" not understand 'null'? Pin
Bruce Patin6-Mar-23 4:42
Bruce Patin6-Mar-23 4:42 
GeneralRe: Why do so many "developers" not understand 'null'? Pin
jschell6-Mar-23 5:35
jschell6-Mar-23 5:35 
GeneralRe: Why do so many "developers" not understand 'null'? Pin
Matt Bond6-Mar-23 5:41
Matt Bond6-Mar-23 5:41 
GeneralRe: Why do so many "developers" not understand 'null'? Pin
jschell6-Mar-23 7:01
jschell6-Mar-23 7:01 
GeneralRe: Why do so many "developers" not understand 'null'? Pin
WPerkins6-Mar-23 6:43
WPerkins6-Mar-23 6:43 
GeneralRe: Why do so many "developers" not understand 'null'? Pin
ShawnVN6-Mar-23 7:11
ShawnVN6-Mar-23 7:11 
GeneralRe: Why do so many "developers" not understand 'null'? Pin
englebart6-Mar-23 14:59
professionalenglebart6-Mar-23 14:59 
GeneralRe: Why do so many "developers" not understand 'null'? Pin
Member 119411317-Mar-23 8:57
Member 119411317-Mar-23 8:57 
QuestionMoving to home office (mostly) Pin
Kornfeld Eliyahu Peter4-Mar-23 19:13
professionalKornfeld Eliyahu Peter4-Mar-23 19:13 
AnswerRe: Moving to home office (mostly) PinPopular
OriginalGriff4-Mar-23 19:39
mveOriginalGriff4-Mar-23 19:39 
PraiseRe: Moving to home office (mostly) Pin
Kornfeld Eliyahu Peter4-Mar-23 20:59
professionalKornfeld Eliyahu Peter4-Mar-23 20:59 
GeneralRe: Moving to home office (mostly) Pin
OriginalGriff4-Mar-23 21:19
mveOriginalGriff4-Mar-23 21:19 

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.