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

Rework error handling #12

Open
Quincunx271 opened this issue Jan 18, 2022 · 0 comments
Open

Rework error handling #12

Quincunx271 opened this issue Jan 18, 2022 · 0 comments
Labels
cleanup Ways to clean up the code / design

Comments

@Quincunx271
Copy link
Owner

I'm not very fond of this style of using exceptions for error handling. Using something around std::system_error is what I'm more fond of, even if it still throws exceptions. Or even absl::Status/absl::StatusOr/std::excepted.

@Quincunx271 Quincunx271 added the cleanup Ways to clean up the code / design label Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Ways to clean up the code / design
Projects
None yet
Development

No branches or pull requests

1 participant