649 B
649 B
Facade Pattern
Description
Provide a unified interface to a set of interfaces in a subsystem, hiding the implementation details of the subsystem.
Use Cases
Load this skill when you need to solve design problems described by this pattern in your code.
Guidelines
- Analyze whether current code structure matches the pattern's intent.
- Refactor or implement following the pattern's typical structure.
- Ensure the pattern introduction reduces coupling or improves flexibility.
Detailed Reference
For more details, diagrams, and code examples: Facade Pattern - RefactoringGuru