On 7/6/19, Jakub Labath <jlab...@labath.ca> wrote:
> "And yes go does have panic/recover - but I never use them for the same 
> reasons I
> dislike exceptions. It's just really hard to reason about such jumps in logic 
> especially
> in massively concurrent programs that go allows us to write."

I agree with everything else you state, except the above.

Those who are comfortable with try/catch and similar should seek their
comfort zone in panic/recover and teach some of us why they find them
useful.

Note that I am not one of those. But a lot of the needling that led to
"try - the function" almost certainly originates from those quarters
and only a little social engineering in the form of great
documentation may be needed to put that dragon back to sleep. I vote
we encourage that.

Lucio.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAJQ9t7hVr5CRJFkR6LPGZbFWyRPr9KGBvBa5U1-pdz6va7HH9w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to