Hacker News new | ask | show | jobs
by samdoesnothing 311 days ago
Good Go code also wraps errors...
1 comments

It's not just about wrapping. use-expressions, result.try and result.map eliminate the boilerplate of checking for errors entirely: https://erikarow.land/notes/using-use-gleam
One man's boilerplate is another man's explicitness.