Hacker News new | ask | show | jobs
by weberc2 2686 days ago
Agreed, checked exceptions solve the same problem, but having separate control flow mechanism for certain kinds of data still seems subpar. Return values can solve the same problems and are more general.
1 comments

Not if you cannot enforce them to be checked.