Skip to content

Comment on Go: building on the shoulders of giants and stepping on a few toes [video]parent

Comments

In my experience creating robust, usable code that responds properly to adverse conditions always requires tons of error handling. The closer to the problem you deal with it the more accurate your diagnostics can be. Otherwise it becomes very difficult to provide meaningful feedback to the user.

Nothing in your comment counters the GP’s statement that Rust manages to accomplish this with a single character, simultaneously avoiding needlessly obscuring the happy path and without the downsides of non-local error handling.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.