Hacker News new | ask | show | jobs
by guiye 2647 days ago
Use some lib like vavr (ex javaslang) for catching exceptions into a Try object, a simple functional solution
1 comments

Sure, but without checked exceptions, the compiler won’t tell you whether you’re catching/wrapping the right exceptions in the right places.