Il-Facade pattern jipprovdi interface simplifikat għal subsistem kumpliss — iħbi l-kompleksissità tiegħu wara punt ta' dħul wieħed u ċar. Jagħmel sett ikkumplikat ta' komponenti aktar faċli biex jintużaw, mingħajr it-tneħħija tal-aċċess għad-dettalji sottostanti.
X'jagħmel il-Facade pattern
FACADE → a SIMPLE interface in front of a COMPLEX subsystem:
→ the subsystem has many components/steps; the facade provides ONE easy interface
→ clients use the simple facade instead of dealing with the complexity directly
→ the facade coordinates the underlying components
→ HIDE complexity behind a clean, easy-to-use interface
