Observing problems with
Superbase applications
The first tasks one should undertake in maintaining Superbase applications is to understand if there
are any problems with the overall operation of the application. Problems
can be broken down into logic errors, where the application doesn't do
what is expected and instead puts up some error message, or runtime erros,
where the conditions of the moment cause something out of the ordinary to
occur. (For example, the program doesn't update records properly because a
record is locked by someone else)
More:
Observing logic errors
Dealing with runtime errors
|