Implementation
Bread
Crumbs: Home - SW_Dev_Proc - Impl
Implementation is the
creation of source code from the design artifacts. Implementation
involves peer reviewing source code and addressing all review findings.
Implementation also requires the use of build tools to create binary
files that are executable on the target. Implementation also
encompasses unit-testing the source code as it is being developed and
fixing defects as they are discovered.
The final output of the implementation phase of the software
development process are unit-tested binaries that build without
warnings.