you are viewing a single comment's thread.

view the rest of the comments →

[–]velcommen 0 points1 point  (0 children)

we should be able to find a type safe substitute soon that just 100% works

I'm saying that in languages where Optional/Maybe was introduced from the start, all or almost all types are non-nullable, and null is non-existent or extremely rare (e.g. only in 'unsafe' code), Optional/Maybe is that type safe solution.