logoalt Hacker News

tayo42last Tuesday at 11:05 PM0 repliesview on HN

I don't think in real code you generally want to return "err" directly, but add some kind of context to made debugging easier. Its the same problem Rusts `?` has.

How do you do that with this suggestion?