Crash fast library for Android.
Simple precondition library for crashing in case you find unexpected values. For example: After you login against a certain API, you have to get back your user. It's completely necessary to have a no null user, so you can checkNotNull(receivedUser)
.
from The Android Arsenal
No comments:
Post a Comment