Content deleted Content added
Line 41:
This phase can also be called as low-level design. The designed system is broken up in to smaller units or modules and each of them is explained so that the programmer can start coding directly.
The low level design document or program specifications will contain a detailed functional logic of the [[Module|module]], in [[Pseudocode|pseudocode]] - database tables, with all elements, including their type and size - all interface details with complete [[API]] references- all dependency issues- [[Error message|error message]] listings- complete input and outputs for a module. The unit test design is developed in this stage.
==Coding==
|