HLCaptain / jay-android

Driver behaviour analytics app.
https://hlcaptain.github.io/jay-android/
GNU General Public License v3.0
1 stars 1 forks source link

Throw more `Exceptions` #54

Open HLCaptain opened 1 year ago

HLCaptain commented 1 year ago

Not enough Exception is being thrown currently which means, there might be bugs sneaking by silently. When assuming a state, don't just return when something is wrong, but actively throw an exception to find out what caused the wrong state in the first place.