Facade pattern

De Banane Atomic
Aller à la navigationAller à la recherche

Definition

Provide a unified interface to a set of interfaces in a subsystem.
Facade defines a higher-level interface that makes the subsystem easier to use.

  • Reorganize a system with many subsystems into identifiable layers with single entry points
  • Simplify the interface to a complex subsystem

Exemple