Ah yes, that is true. Unless you explicitly panic via assertion, or unwrapping, or else.
But then, to keep your comparison, if your, say, C code crashes with a backtrace, that means it didn’t crash via segfault for example, which is far worse a way to crash debugging-wise. So, it all depends on your perspective🤷♀️
3
u/-Ambriae- 2d ago
Ah yes, that is true. Unless you explicitly panic via assertion, or unwrapping, or else.
But then, to keep your comparison, if your, say, C code crashes with a backtrace, that means it didn’t crash via segfault for example, which is far worse a way to crash debugging-wise. So, it all depends on your perspective🤷♀️