|
|
|
|
|
by pclmulqdq
434 days ago
|
|
I agree with you that error results (and exceptions) are better than panics. I will point out, though, that we're talking about language proclivities. It is entirely up to you as the developer to write memory-safe code in C, and it's possible to do so. Most programmers don't because it's hard to do that once you're doing anything nontrivial. It's also possible to write panic-free rust, but it's hard. |
|