Low-level design

From Wiki @ Karl Jones dot com
Jump to: navigation, search

In software engineering, Low-level design (LLD) is a component-level design process that follows a step-by-step refinement process.

Description

This process can be used for designing data structures, required software architecture, source code and ultimately, performance algorithms.

Overall, the data organization may be defined during requirement analysis and then refined during data design work. Post-build, each component is specified in detail.

The LLD phase is the stage where the actual software components are designed.

During the detailed phase the logical and functional design is done and the design of application structure is developed during the high-level design phase.

See also

External links