Click here to Skip to main content
15,885,115 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.

 
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 
One of the few features I was really looking forward to. And I am happy with it.

Null is very often a special case - and now I can clearly express in the code if this special case is something that needs to be delt with, or something that will not happen. Meaning guard code is in added where it is needed, and not filling up the code where doesn't do anything.

Why you would not want the compiler to help identifying inherit traps is something I just don't understand. Maybe because I never had to struggle with assembly on the VIC20 - I was one of those modern kids that did assembly on the C64. Smile | :)
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 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
Greg Utas16-Dec-20 5:12
professionalGreg Utas16-Dec-20 5:12 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
Mladen Janković16-Dec-20 5:44
Mladen Janković16-Dec-20 5:44 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
Greg Utas16-Dec-20 5:49
professionalGreg Utas16-Dec-20 5:49 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
Mladen Janković16-Dec-20 5:58
Mladen Janković16-Dec-20 5:58 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
Greg Utas16-Dec-20 6:04
professionalGreg Utas16-Dec-20 6:04 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
Daniel Pfeffer16-Dec-20 5:54
professionalDaniel Pfeffer16-Dec-20 5:54 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
Mladen Janković16-Dec-20 6:00
Mladen Janković16-Dec-20 6:00 
GeneralRe: C Sharps - how are you getting on with nullable reference types? Pin
Greg Utas16-Dec-20 6:08
professionalGreg Utas16-Dec-20 6:08 

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.