Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 332 Bytes

structuralPatterns.md

File metadata and controls

13 lines (9 loc) · 332 Bytes

Structural Patterns

Structural patterns are concerned with object composition and identify simple ways to realise relationships between different objects.

They help ensure that if one part of a system needs to change, not the entire structure needs to do the same.

Patterns:

  • Decorator
  • Facade
  • Flyweight
  • Adapter
  • Proxy