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

[FEATURE] an option to not wrap with Result, throw error instead. #119

Closed
anatawa12 opened this issue Aug 4, 2024 · 0 comments · Fixed by #120
Closed

[FEATURE] an option to not wrap with Result, throw error instead. #119

anatawa12 opened this issue Aug 4, 2024 · 0 comments · Fixed by #120
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@anatawa12
Copy link
Contributor

anatawa12 commented Aug 4, 2024

In my personal opinion, using Result and checking error every time in JS is not good idea.
So I want to use try-catch pattern built into js in js/ts part in my project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants