Y
Hacker News
new
|
ask
|
show
|
jobs
by
ricky_clarkson
6555 days ago
There are other return codes besides ints. E.g., replace a function that returns an int or throws an IOException with one that returns an Either<int, IOException>.