DEV Community

Discussion on: Where to start refactoring.

Collapse
 
drbragg profile image
Drew Bragg

When I was refactoring the frontend (Vue.js) I moved a lot of the code into vuex and it definitely helped make the components and views A LOT easier to work with.

But of course deadlines get in the way, I think you're right about about looking for dead code first. Might make it easier to approach the actual refactor.