Skip to content

Exception handling #4

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions