Hacker News new | ask | show | jobs
by kevinmgranger 1552 days ago
Definitely. But Go's boilerplate for error handling is an overcorrection from the implicit propogation. As folks have mentioned, Rust's `?` or Swift's `try` strike a nice middle ground.