You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe. .refine method does not indicate that it is unsafe - i.e. can throw exception. It is so easy to make a mistake by a developer when they don't know the library very well. I think one of the goals of libraries like this is to promote type safety and purity.
Describe the solution you'd like
I suggest in 3.x to rename it to refineUnsafe
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
.refine
method does not indicate that it is unsafe - i.e. can throw exception. It is so easy to make a mistake by a developer when they don't know the library very well. I think one of the goals of libraries like this is to promote type safety and purity.Describe the solution you'd like
I suggest in 3.x to rename it to
refineUnsafe
The text was updated successfully, but these errors were encountered: