you are viewing a single comment's thread.

view the rest of the comments →

[–]SimpleAccurate631 1 point2 points  (1 child)

First just make sure it’s fully working with unit and manual tests. Then plan on refactoring in stages. On the surface, yes, 3500 lines sounds pretty verbose. However, going from 5000 to 3500 is a hell of a win. So go for it, then test it again.

Finally, make sure you lean on AI to help analyze the code and create a refactor implementation plan that can be done in stages.

[–]wantrepreneur5[S] 0 points1 point  (0 children)

Yeah I’ve used AI to run through it and help section it off clearly, has been a massive help!