High-level design

From Wiki @ Karl Jones dot com
Revision as of 08:47, 6 September 2016 by Karl Jones (Talk | contribs) (Created page with "In software engineering, '''High-level design''' ('''HLD''') explains the architecture that would be used for developing a software product. == Description == The archit...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In software engineering, High-level design (HLD) explains the architecture that would be used for developing a software product.

Description

The architecture diagram provides an overview of an entire system, identifying the main components that would be developed for the product and their interfaces.

The HLD uses possibly nontechnical to mildly technical terms that should be understandable to the administrators of the system.

Low-level design

In contrast, low-level design further exposes the logical detailed design of each of these elements for programmers.

See also

External links