확장하기쉬운구조설계1 [디자인패턴] Bridge pattern (브릿지 패턴) Purpose of Bridge Pattern (브릿지 패턴의 목적) - Defines an abstract object structure independently of the implementation object structure in order to limit coupling. - 구현 객체와 추상 객체 (개념)를 독립적으로 분리하는 구조로 정의 Bridge pattern (브릿지 패턴) - bridge는 '무엇인가를 연결한다'는 의미 → bridge 패턴도 두 장소를 연결하는 역할이 있음 - lets you split a large class or a set of closely related classes into two separate hierarchies —abstraction and impl.. 2022. 8. 28. 이전 1 다음