Difference between revisions of "Assembly:Composable"

Line 1: Line 1:
 
Composable basically means "from many into one".
 
Composable basically means "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.
+
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 longer and more complex in function, but the practical work of extending it remains identical.
  
 
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]].

Revision as of 23:01, 27 November 2006

Composable basically means "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 longer and more complex in function, but the practical work of extending it remains identical.

Composability is one of the key features of BioBrick standard assembly.