Crash early and crash often for more reliable software

5 years ago
Anonymous $9jpehmcKty

https://medium.com/@mattklein123/crash-early-and-crash-often-for-more-reliable-software-597738dd21c5

I’ve increasingly noticed a disturbing trend in software engineering: the idea that any total program crash (via segmentation fault, panic, null pointer exception, assertion, etc.) is an indication that a piece of software is poorly written and cannot be trusted.

Although it’s true that, in some cases, crashes may be an indication of unreliable software and subpar development methods, crashing is also a valid error handling method that if used correctly can increase rather than decrease the overall quality, reliability, and velocity of a piece of software.