Y
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
NateDad
3137 days ago
Yes, which is not error handling. Exceptions automatically handle error propagation, which is not the hard part of dealing with errors.
link