We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
다양한 아키텍처 패턴들
Sorry, something went wrong.
계층형 아키텍처: 기술적 관심사에 따라 코드베이스를 분해하며, 비즈니스 로직과 데이터 접근을 결합하는 액티브 레코드 기반 시스템에 적합하다.
포트와 어댑터 아키텍처: 비즈니스 로직을 중심에 두고 모든 인프라스트럭처와의 의존성을 분리하며, 도메인 모델 패턴을 구현하는 비즈니스 로직에 적합하다
CQRS 패턴: 여러 모델에서 동일한 데이터를 표현하며, 이벤트 소싱 도메인 모델에 기반한 시스템이나 다양한 영속 모델을 사용하는 시스템에 적합하다
질문1: 인프라스트럭처에 UI 계층이 속한다는데 이해가안감
No branches or pull requests
📅 2024.08.20 - 아키텍처 패턴
📝 학습 내용 요약
🧠 이해한 내용
❓ 궁금한 점 및 논의할 주제
예시로 특정 사용자의 이름이 "noose"에서 "book"으로 변경되는 경우 모든 값을 찾아 변경해야 할 것 같다.
역정규화가 되어있는 상황에서 어떻게 처리하면 좋을까?
🔍 추가 참고 자료
🗒 기타 메모
The text was updated successfully, but these errors were encountered: