copy icon indicating copy to clipboard operation
copy copied to clipboard

Return error instead of causing panics

Open TuringJest opened this issue 4 years ago • 0 comments

It's bad practice to cause panics in a library. Recover inside your package and return an error If you must use panics.

TuringJest avatar Oct 13 '21 12:10 TuringJest