8 min read

Object-Oriented Design Patterns in Python - The Facade Pattern

Hide complex subsystem logic behind a clean, simple interface. Learn how to design a "front door" for your heavy libraries, making them easier and safer for clients to use.
Object-Oriented Design Patterns in Python - The Facade Pattern
Reader: Facade Pattern in Python

Reader Mode

-- / --

Introduction