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

Return error instead of using panic #35

Open
Tracked by #142
nao1215 opened this issue Oct 9, 2023 · 0 comments
Open
Tracked by #142

Return error instead of using panic #35

nao1215 opened this issue Oct 9, 2023 · 0 comments

Comments

@nao1215
Copy link
Owner

nao1215 commented Oct 9, 2023

Is your feature request related to a problem? Please describe.

Due to heavy use of method chaining, most of the error handling in apitest relies on panic(). However, even with method chaining, errors can be returned to the calling function or evaluated later.

In spectest, the error handling approach will be changed.

@nao1215 nao1215 mentioned this issue Oct 31, 2023
19 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant