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

Defensive Programming #13

Open
BraeWebb opened this issue Jun 15, 2019 · 0 comments
Open

Defensive Programming #13

BraeWebb opened this issue Jun 15, 2019 · 0 comments

Comments

@BraeWebb
Copy link
Owner

There are a lot of possible but very very unlikely paths that are currently ignored as options. We need to ensure that every possible path has some action so that things don't fly under the radar.

For example, if an IOException occurs loading student files it is just ignored. This should be reported back to the user when #4 is implemented.

@BraeWebb BraeWebb self-assigned this Jun 15, 2019
@BraeWebb BraeWebb removed their assignment Apr 5, 2020
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