-
Notifications
You must be signed in to change notification settings - Fork 12
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 createAction to createActionCreator and make createAction an alias for it #30
Comments
the-dr-lazy
added
good first issue
Good for newcomers
help wanted
Extra attention is needed
labels
Apr 3, 2019
the-dr-lazy
pushed a commit
that referenced
this issue
Apr 4, 2019
the-dr-lazy
pushed a commit
that referenced
this issue
Apr 4, 2019
the-dr-lazy
pushed a commit
that referenced
this issue
Apr 4, 2019
the-dr-lazy
pushed a commit
that referenced
this issue
Apr 4, 2019
the-dr-lazy
pushed a commit
that referenced
this issue
Apr 4, 2019
the-dr-lazy
pushed a commit
that referenced
this issue
Apr 5, 2019
the-dr-lazy
pushed a commit
that referenced
this issue
Apr 5, 2019
the-dr-lazy
pushed a commit
that referenced
this issue
Apr 5, 2019
the-dr-lazy
pushed a commit
that referenced
this issue
Apr 5, 2019
the-dr-lazy
pushed a commit
that referenced
this issue
Apr 21, 2019
the-dr-lazy
pushed a commit
that referenced
this issue
Apr 21, 2019
the-dr-lazy
pushed a commit
that referenced
this issue
Apr 21, 2019
the-dr-lazy
removed
good first issue
Good for newcomers
help wanted
Extra attention is needed
labels
Apr 30, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Personally, I choose more declarative names over shorter. But as said, this is a personalized issue and some other developers prefer shorter names. Also, other similar libraries like redux-actions use
createAction
name for the action creator factory function! So this made a wrong convention between developers and at least we should adhere to this convention for now.For the above reasons, I think the best way to cover both styles for now is to use declarative names inside the library.
For this purpose the
createAction
function should rename tocreateActionCreator
and usecreateAction
as an alias forcreateActionCreator
to not make a break change.The text was updated successfully, but these errors were encountered: