Structural

Structural design patterns from the Gang of Four — Adapter, Bridge, Composite, Decorator, Facade, Flyweight, and Proxy. Patterns that compose classes and objects into larger structures while keeping those structures flexible and efficient. USE FOR: adapting interfaces, composing objects into trees, adding behavior dynamically, simplifying complex subsystems, sharing objects efficiently, controlling access via proxies DO NOT USE FOR: object creation (use creational), communication patterns (use behavioral)

Tyler-R-Kendrick ac1b40e 4 files · 55.3 KB Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/dev/design-patterns/structural commit ac1b40e3dd

Frequently asked questions

npx skillmds add tyler-r-kendrick/structural