Make your next C# project non-nullable
Getting rid of NullReferenceException once and for all
I’m sure you’re well aware how the null value is responsible for loads of extra, uninspiring code, and tons and tons of exceptions and crashes. Tony Hoare came up with this “innovation” in 1965. He later apologized for what he calls a billion dollar mistake. Here’s an...
[Read More]