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

Exception handling #4

Open
1 of 3 tasks
ashuping opened this issue Aug 27, 2016 · 0 comments
Open
1 of 3 tasks

Exception handling #4

ashuping opened this issue Aug 27, 2016 · 0 comments
Assignees

Comments

@ashuping
Copy link
Owner

ashuping commented Aug 27, 2016

For branch control_computer_overhaul/ControlComputer.cpp:
Code does not implement exception handling, leading to a lot of exit() calls that make the program harder to read and understand.

TODO:

  • Implement new exception class for parsing errors
  • Change code to throw this exception instead of exiting abruptly
  • Add handler code to main()
@ashuping ashuping self-assigned this Aug 27, 2016
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

1 participant