Why does nobody seem to think that `null` is a serious problem in D?

Neia Neutuladh neia at ikeran.org
Wed Nov 21 17:09:54 UTC 2018


On Wed, 21 Nov 2018 17:00:29 +0000, Alex wrote:
> C# wouldn't reject the case above, would it?

C# *would* reject that (you can't call any methods on a null object), but 
in D, it compiles and runs and doesn't segfault.


More information about the Digitalmars-d-learn mailing list