Composability

From P2P Foundation
Revision as of 15:24, 11 October 2012 by Mbauwens (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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)

More Information

  1. Modularity
  2. Granularity