1328 Views
When building an application, we often face problems with external APIs. One has simple methods, other has them very complicated. Unifying them under one common interface is one of uses of the facade pattern. Let's imagine we're building an application that displays information about movies, TV shows, music and books.
0 comments