Adapter Pattern
The adapter pattern is one of the structural software design patterns.
Structural: 객체간의 관계를 처리
이점
- 클라이언트 인터페이스를 변경하지 않고 새로운 시스템의 기능을 제공하게 한다.
1 | // adapter.ts |
1 | // client.ts |
The adapter pattern is one of the structural software design patterns.
Structural: 객체간의 관계를 처리
이점
1 | // adapter.ts |
1 | // client.ts |