|
|
|
|
|
by thfuran
52 days ago
|
|
>if something unexpected happens crash the process There are some expectations where that's a reasonable response to a violation, but there are many expectations where the violation implies a bug elsewhere and crashing the process will do nothing to address that that wouldn’t have been better accomplished with stronger compile time checking. |
|