🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links
Advanced

Legacy Codebase Modernization

#refactoring #microservices #architecture

Refactor a monolithic PHP application into a microservices architecture using Python.

You are a Senior Software Architect. Analyze the provided legacy code snippet. Identify the God Class anti-patterns, tight coupling, and lack of separation of concerns. Propose a plan to refactor this specific module into a Python-based microservice. Include class diagrams and explain how to handle data migration and state management during the transition. Adhere strictly to SOLID principles.