Loose coupling2 [디자인패턴] 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. [디자인패턴] Observer Pattern(옵저버 패턴) Purpose of Observer Pattern ( 옵저버 패턴의 목적) aka) Publish / Subscribe model - Lets one or more objects be notified of state changes in other objects within the system. - 하나 이상의 개체에 시스템 내의 다른 개체의 상태 변경을 알리기 위해서 Design Principle (디자인원칙) - loose coupling (서로 거의 모름) Observer Pattern (옵저버 패턴) - The Observer Pattern defines a one-to-many dependency between objects so that when one object changes state, a.. 2022. 8. 27. 이전 1 다음