0
votes
About the non-nullable types debate
As I see it there are two areas where null is used.
The first is the absence of a value. For example, a boolean can be true or false, or the user hasn't yet chosen a setting, hence null. T …
