Soláthraíonn an patrún Facade comhéadan simplíochtaithe do fhochóras casta — ag folúain a chastachta taobh thiar de phointe iontrála amháin soiléir. Déanann sé tacar casta comhpháirteanna níos éasca úsáid, gan rochtain ar na sonraí bunúsacha a bhaint.
Cad a dhéanann an patrún Facade
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
