Difference between revisions of "Assembly:Composable"

 
(One intermediate revision by the same user 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."
  
When assembling two component BioBricks, the result is always a new BioBrick that can be used in future assemblies.  By being composable, a BioBrick may be created that becomes more longer and more complex in function, but the practical work of extending it remains identical.
+
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.