You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: