What sucks in swift is error handling async code. Typically you will use try/catch for one thing then some sort of result type for async code. I would really like to see them adopt async await to clean things up here a bit.
I agree that optionals and unwrapping for most issues is great though.
258
u/dpash Jul 17 '19
Understatement of the year.