|
|
|
|
|
by dclowd9901
1128 days ago
|
|
> The second main reason is the ability to define a component and reuse it without having to redefine it every time we need to use it. This is called composability. Uhm, this isn’t strictly composability. Its reusability. Composability is distinct in that you’re architecting or designing components to be composed with one another. That is, they only know what they need to know and isolate domain. Also, their composition interface is the same as their output interface. A likely outcome is reusable components, but it’s not the goal necessarily. |
|