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

Replace exceptions with tryGet #123

Open
billyquith opened this issue Oct 6, 2020 · 0 comments
Open

Replace exceptions with tryGet #123

billyquith opened this issue Oct 6, 2020 · 0 comments

Comments

@billyquith
Copy link
Owner

Users would prefer not to have to use exceptions (see #53). Use "tryGet" mechanism to get values instead of throwing exceptions. Exceptions are inefficient and wrapping them is tedious. Also some applications (like games) don't want to use exceptions at all.

@billyquith billyquith added this to To do in Ponder V3 via automation Oct 8, 2020
@billyquith billyquith moved this from To do to In progress in Ponder V3 Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Ponder V3
  
In progress
Development

No branches or pull requests

1 participant