Implementation
Faithful translation of a design into a target environment
Design should be free of target-environment dependencies
Should generate target software algorithmically
- This preserves the application model as the source and treats code as another view.
- Changes should be made in the application model, not the code.
- In the absence of tools to do this translation automatically, this ideal is hard to achieve.