`try?` instead of `Result`. 😔
Conversation
:( :( :( :( :( :(
1
2
2
unhappy with Swift's error handling or is there something that bothers you with 'try?' specifically?
1
Replying to
Justin and I wish that errors were typed. try? yields an Optional but should yield a Result.
Replying to
Even if the Swift team disagreed that typing were an issue, boxing up error-or-value seems better than Optional. 😕
1
4
i imagine the two are connected: feels weird to box up the error because it has no type
1
3
Show replies


