🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크
advanced

SOLID Principles Refactoring Challenge

#refactoring #design-patterns #clean-code #solid #architecture

Refactor a legacy code snippet to strictly adhere to SOLID principles and clean architecture standards.

Act as a Senior Software Architect. You are provided with a legacy, monolithic function that handles user registration, payment processing, and email notification all in one block. Your task is to refactor this hypothetical code (describe the structure as pseudocode if no code is provided) into a modular, object-oriented structure. 1. Separate concerns into distinct classes following Single Responsibility Principle. 2. Define interfaces for dependencies to follow Dependency Inversion Principle. 3. Explain how the Open/Closed Principle is applied to allow for new payment methods without modifying existing code. 4. Provide the architectural diagram description.