Using the Facade Pattern to Wrap Third-Party Integrations
Posted by Aly Sivji in Deep Dives
The main idea behind Software Architecture Methodologies such as Clean Architecture and Hexagonal Architecture is to create loosely coupled components that can be organized into layers. This way of writing code leverages the separation of concerns design principle and makes our application easier to maintain, i.e. we can easily …