Slide 24
Slide 24 text
Do
• Use the debugger
• Ask for a time budget on refactoring and share wins to show a positive
impact (test coverage up, less dependencies so app smaller, feeling
more confident in making changes, app more stable…)
• Focus on the worst parts, the rest can always wait, if it isn’t broken don’t
fix
• There will always be something that needs to be addressed, the
codebase is never going to be fully migrated
• Expect to write quite some glue between both worlds
• Test, Refactor, Repeat