Hacker News new | ask | show | jobs
by amelius 3138 days ago
Well, if(err != nil) return err; pretty much sounds like propagation to me ...
1 comments

Yes, which is not error handling. Exceptions automatically handle error propagation, which is not the hard part of dealing with errors.