Skip to main content

Crashes

Why your app should crash
·4 mins
Android Crashes Architecture Cleancode
Too many times I’ve seen developers trying to avoid crashes at all cost. But are unhandled exceptions really that bad? And are null checks really the answer?