HackerYou / readme

Readme client
1 stars 5 forks source link

Rename async action creators to <something>-thunk #72

Open swbloom opened 7 years ago

swbloom commented 7 years ago

Let's establish a consistent naming convention where all async action creators are called -thunk, like for example, createClassroomThunk.

At some point we should go back and refactor old async action creators to follow this naming pattern