Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Slim down vuex store #1974

Closed
faustbrian opened this issue May 27, 2020 · 0 comments
Closed

Slim down vuex store #1974

faustbrian opened this issue May 27, 2020 · 0 comments
Labels
Type: Refactor The pull request improves or enhances an existing implementation.
Milestone

Comments

@faustbrian
Copy link
Contributor

The vuex store currently is quite large and whole functions are implemented directly inside of it instead of moving them into functions or classes that are called by the store.

This makes testing tedious because you need to mock the store and getters instead of just passing in some values and also create tight coupling which again leads to more difficult testing.

@faustbrian faustbrian added the Type: Refactor The pull request improves or enhances an existing implementation. label May 27, 2020
@faustbrian faustbrian added this to the 3.0.0 milestone May 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Type: Refactor The pull request improves or enhances an existing implementation.
Projects
None yet
Development

No branches or pull requests

1 participant