Non-nullability in C# 8.0 and F# 4.1
Once in the past, I was wondering how many times I had written null
checks in C# so far. It must have been at least ten thousand times. Later, I discovered F#, which avoids null
in most cases…
Once in the past, I was wondering how many times I had written null
checks in C# so far. It must have been at least ten thousand times. Later, I discovered F#, which avoids null
in most cases…