Skip to content

Docs: should ./actions be ./actionCreators #904

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

Closed
appsforartists opened this issue Oct 15, 2015 · 1 comment
Closed

Docs: should ./actions be ./actionCreators #904

appsforartists opened this issue Oct 15, 2015 · 1 comment
Labels

Comments

@appsforartists
Copy link
Contributor

In the Actions docs:

Action creators are exactly that—functions that create actions. It's easy to conflate the terms “action” and “action creator,” so do your best to use the proper term.

In keeping consistent with that, should actions.js be called actionCreators.js?

(This may be more bikeshedding, ala #377)

@gaearon
Copy link
Contributor

gaearon commented Oct 15, 2015

We try to always use the proper term in docs, but we make concessions for things you type most often.
In this case, we use the shorter file names and prop names in examples—but not the API or docs.
I think it's a fine balance, and from my experience answering the questions people don't find it confusing.

@gaearon gaearon added the docs label Oct 15, 2015
@gaearon gaearon closed this as completed Oct 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants