Click here to Skip to main content
15,881,380 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: Our first big snow storm of the season - starting tonight Pin
CodeWraith16-Dec-20 5:16
CodeWraith16-Dec-20 5:16 
GeneralRe: Our first big snow storm of the season - starting tonight Pin
W Balboos, GHB16-Dec-20 2:41
W Balboos, GHB16-Dec-20 2:41 
GeneralRe: Our first big snow storm of the season - starting tonight Pin
rnbergren16-Dec-20 3:25
rnbergren16-Dec-20 3:25 
GeneralRe: Our first big snow storm of the season - starting tonight Pin
Marc Clifton16-Dec-20 3:29
mvaMarc Clifton16-Dec-20 3:29 
GeneralRe: Our first big snow storm of the season - starting tonight Pin
Slacker00716-Dec-20 5:59
professionalSlacker00716-Dec-20 5:59 
GeneralRe: Our first big snow storm of the season - starting tonight Pin
trønderen16-Dec-20 5:36
trønderen16-Dec-20 5:36 
GeneralRe: Our first big snow storm of the season - starting tonight Pin
Joe Woodbury16-Dec-20 10:12
professionalJoe Woodbury16-Dec-20 10:12 
QuestionC Sharps - how are you getting on with nullable reference types? Pin
Rob Philpott15-Dec-20 22:43
Rob Philpott15-Dec-20 22:43 
I'm having one of those mornings where I try and catch up on new features they've stuck in C# and .NET. I have to say I don't always like what I read, maybe I'm a coding language Conservative or something, but I do sometimes come around to new features about five years late.

Nullable reference types (they're nullable already surely?) (Embracing nullable reference types | .NET Blog) is one such example that when I first heard about it a year or two ago I thought it so preposterous that I would never activate it, and sure enough there are no ?s at the end of my strings to date. Now do I dig in or accept change?

A null reference, well a null pointer, ultimately a bad address in memory just seems to me an inherent trap with computers. I first did it 40 years ago on a Commodore VIC20 before they had invented exceptions, the thing would just go mental until you switched it off. And every day since for that matter but usually by production such errors are gone. In development they're a good pointer (hey, a pun!) to where things aren't quite right yet.

I like things the way they are (were). How do you like nullable reference types?
Regards,
Rob Philpott.

AnswerRe: C Sharps - how are you getting on with nullable reference types? Pin
Nelek15-Dec-20 23:04
protectorNelek15-Dec-20 23:04 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
Rob Philpott15-Dec-20 23:33
Rob Philpott15-Dec-20 23:33 
AnswerRe: C Sharps - how are you getting on with nullable reference types? Pin
OriginalGriff15-Dec-20 23:07
mveOriginalGriff15-Dec-20 23:07 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
Nelek15-Dec-20 23:18
protectorNelek15-Dec-20 23:18 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
Rob Philpott15-Dec-20 23:32
Rob Philpott15-Dec-20 23:32 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
Mladen Janković16-Dec-20 1:38
Mladen Janković16-Dec-20 1:38 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
honey the codewitch16-Dec-20 3:29
mvahoney the codewitch16-Dec-20 3:29 
AnswerRe: C Sharps - how are you getting on with nullable reference types? Pin
lmoelleb15-Dec-20 23:33
lmoelleb15-Dec-20 23:33 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
Rob Philpott15-Dec-20 23:41
Rob Philpott15-Dec-20 23:41 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
lmoelleb16-Dec-20 1:58
lmoelleb16-Dec-20 1:58 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
Rob Philpott16-Dec-20 2:44
Rob Philpott16-Dec-20 2:44 
AnswerRe: C Sharps - how are you getting on with nullable reference types? Pin
Daniel Pfeffer15-Dec-20 23:40
professionalDaniel Pfeffer15-Dec-20 23:40 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
Rob Philpott15-Dec-20 23:42
Rob Philpott15-Dec-20 23:42 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
Nelek16-Dec-20 1:29
protectorNelek16-Dec-20 1:29 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
honey the codewitch16-Dec-20 3:32
mvahoney the codewitch16-Dec-20 3:32 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
Greg Utas16-Dec-20 2:17
professionalGreg Utas16-Dec-20 2:17 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
Daniel Pfeffer16-Dec-20 4:43
professionalDaniel Pfeffer16-Dec-20 4:43 

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.