l8nite / se-133-assertfalse

133 Software Project
0 stars 0 forks source link

General error handling #20

Open l8nite opened 11 years ago

l8nite commented 11 years ago

There are a number of areas of the UI that need improved resilience against errors.

For example, if you try to send a message to an unknown user, the server responds with an error message, but we never inform the user of what happened.

We also need to be doing a better job of ensuring error conditions in the service are checked. In particular, we should be checking to make sure our database handle is valid before attempting to query it.