Recommend that Action constants be named in the past tense · Issue #384 · reduxjs/redux (original) (raw)

Since #377 was closed (for valid ecosystem reasons), how about recommending in the documentation that instead of INCREASE_COUNT, it is better to write COUNT_INCREASED?

That way one will be less tempted to put side effects in reducers.