|
|
|
|
|
by ameliaquining
20 days ago
|
|
The problem with checked exceptions is that they don't compose with the rest of the type system. Hence the infamous problems with things like Streams. Result types have basically all the virtues of checked exceptions without the problems. |
|