Difference between revisions of "Assembly:Composable"
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | Composable basically means "from many into one | + | '''Composable''' basically means units that are compatible so that they can be connected in any order and in any number -- "from many into one." |
− | + | Assembling two component BioBricks always results in a new, larger BioBrick that can be used in future assemblies. By being composable, BioBricks may be created that become longer and more complex in function, but since the connections between the component units are all the same, the practical work of extension is identical at each step. | |
− | Composability is one of the key features of BioBrick [[Assembly:Standard_assembly standard assembly]]. | + | Composability is one of the key features of BioBrick [[Assembly:Standard_assembly|standard assembly]]. |
Latest revision as of 15:40, 28 November 2006
Composable basically means units that are compatible so that they can be connected in any order and in any number -- "from many into one."
Assembling two component BioBricks always results in a new, larger BioBrick that can be used in future assemblies. By being composable, BioBricks may be created that become longer and more complex in function, but since the connections between the component units are all the same, the practical work of extension is identical at each step.
Composability is one of the key features of BioBrick standard assembly.