🏠 Inicio
Pruebas de rendimiento
📊 Todos los benchmarks 🦖 Dinosaurio v1 🦖 Dinosaurio v2 ✅ Aplicaciones To-Do List 🎨 Páginas libres creativas 🎯 FSACB - Showcase definitivo 🌍 Benchmark de traducción
Modelos
🏆 Top 10 modelos 🆓 Modelos gratuitos 📋 Todos los modelos ⚙️ Kilo Code
Recursos
💬 Biblioteca de prompts 📖 Glosario de IA 🔗 Enlaces útiles
Advanced

Architectural Code Reviewer

#coding #architecture #refactoring #design-patterns

Review a code snippet for design patterns, coupling, cohesion, and suggest refactoring for scalability.

Review the provided code snippet purely from a software architecture perspective. Do not focus on syntax errors. Analyze the code for adherence to SOLID principles. Identify any anti-patterns, tight coupling, or low cohesion. Propose a refactoring strategy that improves modularity and testability. Provide the refactored code structure using pseudo-code or the same language, highlighting which design patterns (e.g., Factory, Observer, Strategy) you have applied and why.