top | item 43282122

(no title)

amanj41 | 1 year ago

Yes that is common. I was more talking about the case where someone perhaps introduces a bug causing a nil pointer dereference on some requests, so the panic is not explicitly called in code. In which case you would definitely want the recover in place.

discuss

order

jub0bs|1 year ago

Instead of recovering from what clearly is a bug, why not fix that bug instead?