Facade pattern in JavaScript

added by JavaScript Kicks
12/24/2018 8:21:29 AM

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