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

Rename selectors to utilities #572

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

Ovifer13
Copy link
Collaborator

@Ovifer13 Ovifer13 commented Dec 2, 2021

The file selectors.js was refactored to utilities.js

@Ovifer13 Ovifer13 linked an issue Dec 2, 2021 that may be closed by this pull request
Copy link
Member

@otech47 otech47 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sofiaromorales maybe the idea here was to not just rename the file but also to split out the functions that begin with select... from the other functions and have those moved to utilities?

Seems like that'd be a good code quality improvement as long as the functions being split up respect what a "selector" is meant to be used for (https://redux.js.org/usage/deriving-data-selectors)

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

Successfully merging this pull request may close these issues.

Rename and refactor selectores to utilities
3 participants