공부/Object-Oriented Design Pattern
Facade Pattern (퍼사드 패턴)이란
혼밥맨
2021. 5. 21. 19:54
반응형
Facade Pattern (퍼사드 패턴)이란
Facade
Intent Facade is a structural design pattern that provides a simplified interface to a library, a framework, or any other complex set of classes. Problem Imagine that you must make your code work with a broad set of objects that belong to a sophisticated
refactoring.guru
퍼사드 패턴(Facade Pattern)
1. 퍼사드 패턴이란 1.1 퍼사드 패턴의 정의 어떤 서브시스템의 일련의 인터페이스에 대해 통합된 인터페이스를 제공하는 패턴. 고수준의 인터페이스를 정의하여 서브시스템을 더 쉽게 사용가능
invincibletyphoon.tistory.com
반응형