Module Based Design: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Method of design where machines are broken into independent modules. This allows for parallel design and builds. The key is defining a clear interface between modules so they fit together into a complete machine.
Method of design where machines are broken into independent modules - and even the modules are broken down into further components. This allows for parallel design and builds. The key to effective collaborative design is defining a clear interface between modules so they fit together into a complete machine.


=Links=
=Links=
*[[Module-Based Development]]
*[[Module-Based Development]]

Revision as of 00:37, 16 January 2015

Method of design where machines are broken into independent modules - and even the modules are broken down into further components. This allows for parallel design and builds. The key to effective collaborative design is defining a clear interface between modules so they fit together into a complete machine.

Links