Completion Bottlenecks: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "Steps in a build that create dependencies, without which a build cannot be completed. By design, completion bottlenecks may be minimized in a given build - by various means -...")
(No difference)

Revision as of 00:48, 27 August 2014

Steps in a build that create dependencies, without which a build cannot be completed.

By design, completion bottlenecks may be minimized in a given build - by various means - such as:

  • Choosing a different part
  • Choosing a different approach
  • Redesigning such that a complete build or functionality, at least temporary, will be obtained even if the step is missed - because the fix can be retrofitted readily afterwards

The intent of removing Completion Bottlenecks is to address