Re: [go-nuts] Go 2 error-handling: choose requirements!

2018-09-14 Thread Robert Engels
Until Go has typed errors and a throws clause (I.e exceptions) it’s pointless. You need to be able to be certain errors are handled or passed up at compile time. The throws clause facilitates this. It allows refactoring without breakage. Until then just live with the boilerplate and keep your

[go-nuts] Go 2 error-handling: choose requirements!

2018-09-14 Thread Liam
There are *thirty-something* counter-proposals on the feedback wiki ! It's a bit of a train wreck :-p What that means, I believe, is that many folks see different requirement sets for a new error-handling idiom, so the union of the set