1 min readDec 26, 2019
If you go for a job interview, or need to produce production-ready code you will probably be expected to produce code without force unwrapping. There are no ifs, no buts, you are just expected to produce code that is considered to be safe. Safe code is generally that code without force unwrapping.
Perhaps it is time to get used to this…
Perhaps it’s time to get used to this???
If you’ve been doing otherwise and getting away with it in Swift you haven’t been in my code reviews.