Just curious, what's the benefit of using Result&l...
# announcements
s
Just curious, what's the benefit of using Result<V, E> instead of just using V and throwing a Throwable if it fails?