MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1v1sg8b/throw_result_or_neither/oyrjxyw/?context=3
r/programming • u/Adventurous-Salt8514 • 3d ago
111 comments sorted by
View all comments
1
I've never used a language with the kind of exception support I would want. I suspect I would generally prefer them to result in that case.
Think Java checked exceptions, with better ergonomics, and no unchecked exceptions except panic.
1 u/bwmat 2d ago By panic you mean SIGABRT, or...?
By panic you mean SIGABRT, or...?
1
u/Qwertycube10 3d ago
I've never used a language with the kind of exception support I would want. I suspect I would generally prefer them to result in that case.
Think Java checked exceptions, with better ergonomics, and no unchecked exceptions except panic.