why is the `Result<T>` shouldn’t be a return...
# announcements
t
why is the
Result<T>
shouldn’t be a return type although
runCatching
does?
i
you can bypass limitation by compiler arguments
t
I know, but why?
p
t
So.. it just breaking api changes thing, if I don’t care about that I’m good to go?