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

Implement exception handling #4

Closed
davidschlachter opened this issue Oct 20, 2017 · 2 comments
Closed

Implement exception handling #4

davidschlachter opened this issue Oct 20, 2017 · 2 comments

Comments

@davidschlachter
Copy link
Owner

We currently handle most error by giving an error message and exiting with a non-zero exit code. However, it would be better (and more in line with course objectives) to use exception handling when errors occur.

@davidschlachter
Copy link
Owner Author

From a best-practices perspective, it seems to me that our exception handling is going to mostly be an exercise just to include it. I can't think of any situations in our program where this might apply (quote is from the textbook):

thing

@davidschlachter
Copy link
Owner Author

Mostly moved to #64 right now, and in progress elsewhere (#67)

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

No branches or pull requests

2 participants