Skip to content

Review: Style and Patterns #34

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

Merged
merged 2 commits into from
Apr 27, 2019
Merged

Review: Style and Patterns #34

merged 2 commits into from
Apr 27, 2019

Conversation

jrista
Copy link
Contributor

@jrista jrista commented Apr 24, 2019

refactor(files): update files to use Create rather than Insert for creation actions
refactor(files): update selector names to follow simplified name model used in other BrieBug projects
refactor(files): update imports to move away from terrible 'fromWhatever' importing style

…eation actions

refactor(files): update selector names to follow simplified name model used in other BrieBug projects
refactor(files): update imports to move away from terrible 'fromWhatever' importing style
@jrista jrista added the WIP Work In Progress (DO NOT MERGE!) label Apr 24, 2019
@jrista jrista requested a review from jessesanders April 24, 2019 02:03
} = from<%= classify(name) %>State.adapter.getSelectors(get<%= classify(name) %>State);
selectIds: <%= name %>Ids,
selectEntities: <%= name %>Entities,
selectAll: <%= name %>,
Copy link
Member

Choose a reason for hiding this comment

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

Should this be plural?

selectAll: getAll<%= classify(name) %>EntitiesAsArray,
selectTotal: getTotal<%= classify(name) %>Entities
} = from<%= classify(name) %>State.adapter.getSelectors(get<%= classify(name) %>State);
selectIds: <%= name %>Ids,
Copy link
Member

Choose a reason for hiding this comment

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

Should this be plural?

Copy link
Member

@jessesanders jessesanders left a comment

Choose a reason for hiding this comment

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

Minor changes... check it out

@jessesanders jessesanders merged commit ec80b76 into master Apr 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Work In Progress (DO NOT MERGE!)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants