-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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()