How to ReFactor a project that is iterating rapidly?

for example, how to completely restructure a project that is being iterated for a long time?

it takes a long time to ReFactor a completed project.


  1. Open branches
  2. ReFactor by module
  3. Test
  4. merge

repeat 2-3

Menu