Cook-E-team / Cook-E

A mobile application that helps schedule cooking with multiple recipes
GNU General Public License v3.0
2 stars 1 forks source link

StorageAccessor error handling scheme #16

Closed samcrow closed 8 years ago

samcrow commented 8 years ago

Currently, when a StorageAccessor or one of the classes it uses encounters an error, it is either silently ignored or reported as a RuntimeException that is likely to cause the application to terminate.

To allow a better user experience when errors occur, it would be good to do the following:

The beta release is too soon to have time to implement this, so it can be done for the feature-complete release.