Dec 24, 2022
When introducing optionals in Swift Apple stated that they’ed done a bunch of analysis and found that 30% of all application crashes came from unhandled null values.
I don’t consider it to be “extra” code, since it’s code we should have writing anyway.