🏠 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

Code Refactoring Challenge

#programming #refactoring #optimization

Refactor a complex codebase to improve performance and maintainability

Analyze the following legacy codebase and propose a comprehensive refactoring strategy. Your solution should address these specific issues: 1) Identify and eliminate code duplication, 2) Improve time complexity of the three most computationally expensive functions, 3) Implement design patterns where appropriate, 4) Enhance modularity and separation of concerns, 5) Create unit tests for critical components, 6) Document your refactoring decisions with justifications for each major change. Focus on balancing performance improvements with long-term maintainability.