Eliminate error handling by eliminating errors

1 · Dave Cheney · Jan. 27, 2019, 9:24 a.m.
Go 2 aims to improve the overhead of error handling, but do you know what is better than an improved syntax for handling errors? Not needing to handle errors at all. Now, I’m not saying “delete your error handling code”, instead I’m suggesting changing your code so you don’t have as many errors to handle. […]...