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 #20

Open
LouisJenkinsCS opened this issue Jan 18, 2017 · 0 comments
Open

Error Handling #20

LouisJenkinsCS opened this issue Jan 18, 2017 · 0 comments

Comments

@LouisJenkinsCS
Copy link
Owner

This is going to be an absolute nightmare, and truthfully I'm only doing this for bugs that show up, and I'll only truly handle error recovery IF people actually use this application. The amount of work this will take is MASSIVE. So far, I just catch errors and terminate, but the REAL issue is determining WHICH exceptions are recoverable, HOW to recover from them, and which are not and what to do at that point. It wouldn't be worth it if no one ends up using it because exceptions really only occur when you do something very wrong. Defensive programming is great and all, but exceptions are unavoidable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant