Facade Design Pattern in Python...
This design pattern provides a simplified and unified interface to hide the inner complexities of several subsystems or libraries.
As most of the time, the user of a subsystem does not want to know about the internal complexities. He just wants a sim...
som-itsolutions.hashnode.dev2 min read