Composability: Difference between revisions
Jump to navigation
Jump to search
(Created page with " =Description= Poor Richard: "Composability is a system design principle that deals with the inter-relationships of components. A highly composable system provides recombin...") |
(No difference)
|
Revision as of 15:24, 11 October 2012
Description
Poor Richard:
"Composability is a system design principle that deals with the inter-relationships of components. A highly composable system provides recombinant components that can be selected and assembled in various combinations to satisfy specific user requirements. The essential features that make a component composable are that it be: a) self-contained (modular): it can be deployed independently - note that it may cooperate with other components, but dependent components are replaceable..." (Wikipedia)