Going All-In on Nullability
Since Microsoft introduced the nullability concept in C# 8, we have an entire new possibility of omitting null checks with confidence - but only if we set up compiler errors the right way. In this text, we'll explore what this nullability concept is, why we need it and how