You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Thank you very much for this professional guide for design patterns.
I want to suggest a clearer definition Composite pattern:
Also, I think that the presented example does not reflect clearly this concept of compositions.
Best regards.
The text was updated successfully, but these errors were encountered: