Task: SI. 4 Software construction
The Software Construction activity develops the software code and data from the Software Components identified in the SI. 3.
Disciplines: Software Implementation Process (SI)
Purpose

Programmers may feel confidence enough to produce components without a systematic approach, however some of them can find it useful for constructing complex components.

There are several approaches to produce components, here we use the Pseudocode approach which is one of the most widespread accepted. Steps were adapted from Code Complete
Relationships
RolesPrimary Performer: Additional Performers:
InputsMandatory:
    Optional:
    • None
    Outputs
      Main Description

      The main activities are:

      1. Design the Component.

      2. Code the Component.

      3. Verify the Component.