javascript-design-patterns-for-humans icon indicating copy to clipboard operation
javascript-design-patterns-for-humans copied to clipboard

Composite pattern

Open nhaouari opened this issue 7 years ago • 0 comments
trafficstars

Thank you very much for this professional guide for design patterns.

I want to suggest a clearer definition Composite pattern:

Composite Pattern intent is to compose complex objects using other simpler objects into tree structures allowing the client(s) to treat these structures as if they were individual objects (Source: Mastering Javascript Design Third Edition)

Also, I think that the presented example does not reflect clearly this concept of compositions.

Best regards.

nhaouari avatar Oct 21 '18 16:10 nhaouari