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

Deprecate usage of "with" functions, preferring "select" #301

Open
g105b opened this issue Feb 4, 2025 · 1 comment
Open

Deprecate usage of "with" functions, preferring "select" #301

g105b opened this issue Feb 4, 2025 · 1 comment
Milestone

Comments

@g105b
Copy link
Member

g105b commented Feb 4, 2025

Functions that begin with with are used throughout other repositories wherever the objects must be immutable. The usage within this repository is contradictory and could be confusing.

Using select makes more sense, as it's a much more appropriate verb function, however as this library has been using with for so long, it should be properly deprecated and removed in future versions.

@g105b g105b added this to the v2 milestone Feb 4, 2025
@g105b
Copy link
Member Author

g105b commented Feb 4, 2025

Deprecate in v2 release, remove in v3 release.

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