Facade Pattern (퍼사드 패턴)이란 https://refactoring.guru/design-patterns/facade#:~:text=A%20facade%20is%20a%20class,that%20clients%20really%20care%20about. 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 .....
원문 링크 : Facade Pattern (퍼사드 패턴)이란