복합패턴2 MVC pattern MVC Pattern 이란 - MVC 패턴은 두 개 이상의 패턴을 결합해서 문제를 해결하는 솔루션으로 만든 Compound Pattern(복합패턴) - 사용하는 패턴 : Strategy pattern / Observer pattern /Composite pattern - MVC를 구성하는 세 가지 객체 • Model : Application 객체 (Observer 객체) → makes use of the Observer pattern so that it can keep observers updated, yet stay decoupled from them. → observer를 업데이트하면서도 observer와 분리 상태를 유지할 수 있음 • Controller : UI가 사용자 입력에 반응하는 방식을 정.. 2022. 8. 29. [디자인패턴] Composite Pattern (컴포지트 패턴) Purpose of Composite Pattern (컴포지트 패턴의 목적) - Facilitates the creation of object hierarchies where each object can be treated independently or as a set of nested objects through the same interface. - 각 개체를 독립적으로 처리하거나 동일한 인터페이스를 통해 중첩된 개체 집합으로 처리할 수 있는 개체 계층 구조를 쉽게 만듭니다. Composite pattern (컴포지트 패턴) - composite의 의미는 '합성의', '합성물', '혼합 양식'이다. →뭔가 합쳐진 형태이겠지..! - composes objects into tree structures .. 2022. 8. 28. 이전 1 다음