Contract-First Design: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Redirected page to Contract First Design)
No edit summary
Line 1: Line 1:
#Redirect [[Contract First Design]]
http://www.scrum-breakfast.com/2013/06/xm-principle-4-contract-first-design.html
 
This means design the interface between modules first - not the modules themselves.
 
When designing a solution:
 
*Design the interfaces based on outside parameters, e.g. load factors, or communication and power requirements.
*Only architect the connections up front, not the individual components.
*Leave room to grow, i.e. over engineer these interfaces, because changing these fundamental contracts may be expensive.
 
=Links=
*[[Contract-First Manufacturing]]

Revision as of 16:17, 14 April 2018

http://www.scrum-breakfast.com/2013/06/xm-principle-4-contract-first-design.html

This means design the interface between modules first - not the modules themselves.

When designing a solution:

  • Design the interfaces based on outside parameters, e.g. load factors, or communication and power requirements.
  • Only architect the connections up front, not the individual components.
  • Leave room to grow, i.e. over engineer these interfaces, because changing these fundamental contracts may be expensive.

Links