Tuesday, February 27, 2018

Improvement: New Error Handling Framework

February was about developing and introducing a new error handling framework in Bookmark Ninja. This improvement is about how the application behaves when an unexpected error occurs e.g.: you try to import a bookmark file that is not in the correct format or there is a hiccup in the connection.

As part of the new error handling framework users now get more detailed messages and in most cases they can even solve the problem with a simple page reload. The logging of the unexpected errors have been also improved which helps in fixing the possible bugs and making new improvements in the future.