Personally, I've never been convinced that collect...
# stdlib
c
Personally, I've never been convinced that collecting errors this way leads to more readable code than using exceptions. I prefer to lose referential transparency and gain readability (and avoiding boiler plate, which
Try
and similar encourage)