Mediator Pattern2 [디자인패턴] 각 패턴의 특징과 핵심 요약 Strategy Pattern(전략패턴) [디자인패턴] Strategy Pattern(전략패턴) Purpose of Strategy Pattern (전략패턴의 목적) - Defines a set of encapsulated algorithms that can be swapped to carry out a specific behavior. - 특정 동작을 수행하기 위해 스왑 할 수 있는 캡슐화.. wisdomtic.cf - 이 패턴은 컨텍스트(context) 개체 코드 내에 있는 많은 조건문들(conditional statements)에 대안을 제공한다. 해당 패턴과 관련된 객체들 내부에 다양한 행위(behavior)들을 캡슐화(encapsulation)함으로써, context 객체가 행위를 바꾸고자 할 .. 2022. 9. 26. [디자인패턴] Mediator pattern (중재자 패턴) Purpose of Mediator Pattern (중재자 패턴의 목적) - Allows loose coupling by encapsulating the way disparate sets of objects interact and communicate with each other. - 상호 작용하고 통신하는 방식을 캡슐화하는 것으로 그 개체 집합 사이에서 컨트롤 타워(관제탑) 같은 역할을 함 Mediator pattern (중재자 패턴) - mediator는 '중재자', '조정자', '중개인'이란 뜻 - Encapsulates interconnects between objects into Mediator : 연결을 Mediator로 캡슐화 - Promotes loose coupling between cl.. 2022. 8. 28. 이전 1 다음