Y
Hacker News
new
|
ask
|
show
|
jobs
by
stouset
412 days ago
My main issue with panics is poor interop across FFI boundaries.
1 comments
burntsushi
412 days ago
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.
link
Panicking should always be treated as a bug. They are assertions.