|
|
|
|
|
by lifthrasiir
1357 days ago
|
|
Panic corresponds to a potential logic bug. If you have a logic bug, you already risk its consequences even if the panic didn't happen. As long as panic can be caught (and in Rust, it's indeed the case) it is safer than the alternative. |
|