Skip to content

Exception handling #4

@ashuping

Description

@ashuping

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()

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions