Hacker News new | ask | show | jobs
by stouset 412 days ago
My main issue with panics is poor interop across FFI boundaries.
1 comments

This is like saying, "my main issue with bugs is that they result in undesirable behavior."

Panicking should always be treated as a bug. They are assertions.