🏠 Accueil
基準測試
📊 Tous les Benchmarks 🦖 Dinosaure v1 🦖 Dinosaure v2 ✅ To-Do List Apps 🎨 Pages Libres 🎯 FSACB - Showcase 🌍 Traduction
Modèles
🏆 Top 10 Modèles 🆓 Modèles Gratuits 📋 Tous les Modèles ⚙️ Modes Kilo Code
Ressources
💬 Prompts IA 📖 人工智能詞彙表 🔗 Liens Utiles
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.