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
trønderen6-Mar-23 13:46
trønderen6-Mar-23 13:46 
GeneralRe: Why do so many "developers" not understand 'null'? Pin
jmaida6-Mar-23 16:17
jmaida6-Mar-23 16:17 
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 
This happens because young programmers learn (at first) languages like python, C#, or other high-level languages right away. Old farts like me have had to put up with C, if not even assembly language. At least on K&R, it is explained what a null pointer is, although my favorite chapter is the one where complicated declarations (which are not complicated at all) are described.

It's fine to learn high-level languages right away, but don't we want to take a look at how things work internally? Maybe with the help of the old, decrepit, and "very dangerous" C? I'm not saying to delve into Assembly ... C is sufficient.

I am always amazed when I see young computer science students get stunned when I tell them about the two's complement.

Old languages may be old and decrepit (though still widely used), but they would still be very useful for many people. To be picky, even high-level languages run on hardware whose principles are still those of John von Neumann's architecture, evolved or not. Many people would still have a lot to learn from "very very very ugly and dangerous" languages like C. And I don't find anything complicated or difficult to understand in malloc(0) either. It must be because I am an old fart.

Cheers
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 
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 

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.