Implementation phase
The third phase writing code and building system according to design specifications. Implementation translates design into working software.
Real World
When Microsoft rebuilt its Edge browser using Chromium, developers implemented the design by writing C++ code in small incremental commits, each reviewed by peers and tracked in Git version control.
Exam Focus
Link implementation to design — state that code 'follows the design specification' to show understanding of the phase relationship.
How well did you know this?