top | item 17038556

(no title)

catnaroek | 7 years ago

Optionals are a better alternative to null. They compose better (i.e., they nest) and play nicely with data abstraction (i.e., you can define an abstract type that hides the fact that its underlying representation is optional), unlike null.

discuss

order

No comments yet.