🏠 হোম
বেঞ্চমার্ক
📊 সমস্ত বেঞ্চমার্ক 🦖 ডাইনোসর v1 🦖 ডাইনোসর v2 ✅ টু-ডু লিস্ট অ্যাপস 🎨 সৃজনশীল ফ্রি পেজ 🎯 FSACB - চূড়ান্ত শোকেস 🌍 অনুবাদ বেঞ্চমার্ক
মডেল
🏆 সেরা ১০টি মডেল 🆓 ফ্রি মডেল 📋 সমস্ত মডেল ⚙️ কিলো কোড
রিসোর্স
💬 প্রম্পট লাইব্রেরি 📖 এআই গ্লসারি 🔗 দরকারী লিঙ্ক
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.