composition.md

July 15, 2021 · View on GitHub

Bookmarks tagged [composition]

www.codever.land/bookmarks/t/composition

UML Association vs Aggregation vs Composition

https://www.visual-paradigm.com/guide/uml-unified-modeling-language/uml-aggregation-vs-composition/

Aggregation and Composition are subsets of association meaning they are specific cases of association. In both aggregation and composition object of one class "owns" object of another class. But there...


Composing Software: An Introduction - JavaScript Scene - Medium

https://medium.com/javascript-scene/composing-software-an-introduction-27b72500d6ea

This isn’t about functional programming (FP) vs object-oriented programming (OOP), or one language vs another. Components can take the form of functions, data structures, classes, etc… Different progr...