Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 498 Bytes

File metadata and controls

18 lines (9 loc) · 498 Bytes

🦈 Structural patterns

ช่วยในการออกแบบโครงสร้างของ class ต่างๆ ซึ่งในกลุ่มนี้จะประกอบไปด้วย patterns ต่างๆด้านล่างนี้

{% page-ref page="adapter.md" %}

{% page-ref page="bridge.md" %}

  • Composite pattern

{% page-ref page="decorator.md" %}

{% page-ref page="facade.md" %}

  • Flyweight pattern

{% page-ref page="proxy.md" %}