🏠 Home
Benchmark
📊 Tutti i benchmark 🦖 Dinosauro v1 🦖 Dinosauro v2 ✅ App To-Do List 🎨 Pagine libere creative 🎯 FSACB - Ultimate Showcase 🌍 Benchmark traduzione
Modelli
🏆 Top 10 modelli 🆓 Modelli gratuiti 📋 Tutti i modelli ⚙️ Kilo Code
Risorse
💬 Libreria di prompt 📖 Glossario IA 🔗 Link utili
Advanced

Legacy System Refactorer

#refactoring #design-patterns #optimization

Guides the model through a step-by-step refactoring of messy legacy code into clean, modular architecture.

Analyze the provided legacy code snippet. Identify code smells and violations of SOLID principles. Propose a refactoring plan that introduces appropriate design patterns (e.g., Factory, Strategy, Observer) to decouple components. Provide the refactored code in [Language] and explain how each change improves maintainability and scalability. Code: [Insert Code]