martyjs / marty

A Javascript library for state management in React applications
http://martyjs.org
MIT License
1.09k stars 76 forks source link

:memo: Change constants variable name from UserActions to UserConstants ... #108

Closed jonhester closed 9 years ago

jonhester commented 9 years ago

...to prevent confusion and to match other examples

UserActions makes it look like it could refer to action creators instead of constants.

See https://github.com/jhollingworth/marty-chat-example/blob/master/app/actions/roomActionCreators.js for an example of how the constants variable is named elsewhere.