Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error handling #12

Open
marijnz0r opened this issue Oct 31, 2020 · 0 comments
Open

Error handling #12

marijnz0r opened this issue Oct 31, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@marijnz0r
Copy link
Contributor

Currently, there is little to no error handling present.
It is a good idea to present the user the errors the application generates.
I think it can be done using the MessageBox class.
All the exceptions from the whole application can bubble up to the top layer. Then they can be caught and presented to the user to prevent the application from crashing.

@markjamesm markjamesm added the good first issue Good for newcomers label Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants