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

[REQUEST] - Replace Parse() with TryParse() where possible #143

Closed
1 task done
DorielRivalet opened this issue Jul 30, 2023 · 0 comments
Closed
1 task done

[REQUEST] - Replace Parse() with TryParse() where possible #143

DorielRivalet opened this issue Jul 30, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@DorielRivalet
Copy link
Owner

Is there an existing feature request for this?

  • I have searched the existing feature requests

Summary

While using Parse() can provide a slight performance benefit, it's generally recommended to use TryParse() or try-catch blocks for their superior error handling capabilities. The slight performance improvement of Parse() is typically not worth the potential issues caused by unhandled exceptions.

@DorielRivalet DorielRivalet added the enhancement New feature or request label Jul 30, 2023
@DorielRivalet DorielRivalet self-assigned this Jul 30, 2023
@DorielRivalet DorielRivalet added this to the v0.28.0 milestone Jul 31, 2023
@github-project-automation github-project-automation bot moved this from In Progress to Done in Monster Hunter Frontier Z Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

1 participant