Hacker News new | ask | show | jobs
by p1necone 2377 days ago
I loved checked exceptions too, but the ergonomics of Either<Error, Result> works much better if you're writing code in a functional style. I even wrote my own Either which was a fun exercise.