Module Based Design: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "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 togeth...")
 
No edit summary
Line 1: Line 1:
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. This allows for parallel design and builds. The key is defining a clear interface between modules so they fit together into a complete machine.

Revision as of 13:49, 10 September 2013

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.