You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the list from #74 and refactor each Vuex module. One component -> one PR.
New funs should be pure so they can be static. Let's create a new top level folder called @/functionModules. Component function modules probably belong in @/functionModules/components while Vuex modules probably belong in @/functionModules/vuexModules/.
Use the list from #73 and refactor each Vue component. One component -> one PR.
New funs should be pure so they can be static. Let's create a new top level folder called @/functionModules. Component function modules probably belong in @/functionModules/components while Vuex modules probably belong in @/functionModules/vuexModules/.
Don't forget to add specs!
The text was updated successfully, but these errors were encountered:
There are no funs to move in the Vuex modules so I am going to repurpose this to clean up the Vuex modules, basically remove the comment blocks from: FlashesModule, ListModule, UploadModule, 'VoteModule`
Use the list from #74 and refactor each Vuex module. One component -> one PR.
New funs should be pure so they can be static. Let's create a new top level folder called
@/functionModules
. Component function modules probably belong in@/functionModules/components
while Vuex modules probably belong in@/functionModules/vuexModules/
.Use the list from #73 and refactor each Vue component. One component -> one PR.
New funs should be pure so they can be static. Let's create a new top level folder called
@/functionModules
. Component function modules probably belong in@/functionModules/components
while Vuex modules probably belong in@/functionModules/vuexModules/
.Don't forget to add specs!
The text was updated successfully, but these errors were encountered: