Hacker News new | ask | show | jobs
by barosl 4204 days ago
I find Java's checked exception similar to Option type, because they are all part of the function's type. You cannot pass alone without checking the possible failure case.