advanced
Legacy Code Refactoring Strategy
Propose a comprehensive refactoring plan for a hypothetical legacy codebase with technical debt.
📝 Prompt İçeriği
You have inherited a monolithic codebase written in Java 6 characterized by God Objects, tight coupling, and a lack of unit tests. Propose a step-by-step refactoring strategy to modernize this application into a modular, testable architecture. Prioritize the steps to minimize risk to ongoing production deployments. Include specific design patterns to introduce, how to incrementally introduce testing, and criteria for measuring the success of the refactoring effort.