ikarago / Notepad

A Fluent-style Notepad-application because Microsoft doesn't make it.
MIT License
118 stars 14 forks source link

Better exception handling #17

Open ikarago opened 5 years ago

ikarago commented 5 years ago

Currently some stuff is handled via Debug WriteLine text, while other things are not exception handled at all.

In order to improve bugtracking this needs to be improved to proper exception handling, so errors will become easier to recognize and fixable in the future.