Composite : Design Patterns in TypeScript

Composite : Design Patterns in TypeScript

Channel:
Subscribers:
24,900
Published on ● Video Link: https://www.youtube.com/watch?v=kPBqsQBbRvA



Duration: 6:05
0 views
0


Design Patterns In TypeScript (book)
https://www.amazon.com/dp/B0948BCH24 : ASIN B0948BCH24
https://www.amazon.com/dp/B094716FD6 : ASIN B094716FD6

Documentation : https://sbcode.net/typescript/composite/

The Composite design pattern is a structural pattern useful for hierarchal management.

Examples of using the Composite Design Pattern can be seen in a filesystem directory structure where you can swap the hierarchy of files and folders, and also in a drawing program where you can group, un-group, transform objects and change multiple objects at the same time.







Tags:
Design Patterns In TypeScript
TypeScript
Design Patterns
composite
composite pattern