Dev/Compile vs. Runtime Errors
Something I’ve recently wrapped my head around is the difference between development errors versus runtime errors. For much of my career I’ve approached all errors as runtime because then you can fail gracefully. But, that’s a mistaken approach and it adds unnecessary complexity. Let’s say, for example, your web app fails to instantiate a required …