On Fri, Feb 8, 2019 at 7:48 PM Robert Engels <reng...@ix.netcom.com> wrote:
>
> The way Go is designed a panic must terminate the application. Anything else 
> is so indeterminate to be unusable.

I think one can reasonably argue that an unrecognized panic should
terminate the application.

But there is nothing wrong with recovering and continuing from a
recognized panic.  For example, the call to recover in
encoding/json.encodeState.marshal is fine
(https://golang.org/src/encoding/json/encode.go#L295).

Ian

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to