High level design(HLD) &Â Low level design(LLD)
Introduction
Software development life cycle(SDLC) is the framework through which get idea of flow of project how the hole process is done specially design for development of product in organization.Â
In SDLC after requirement gathering and SRS analysis design phase is comes into the picture which play very important role in software development process.
There are two stages in designÂ
HLD And LLD |
This is tutorial we see what is HLD And LLD.
There are two stages in designÂ
1.High level design.(HLD)
2.Low level design.(LLD)
1.High level design(HLD)
High level design gives the architecture of the software to be developed it contains main module which is going to develop.
This module is done by Architect and senior developers' .
Also its containsÂ
1.Data flow.
2.Flow charts.
3.Flow diagram.
4.Decision tables.
5.Decision trees.
In this phase design team, testers, customers are play major role.
|
           Â
2.Low level design(LLD)
Low level design done by senior developers it describes how each and every. features in the product should work and how every components should work.
It contains detail description of each and every module or components.in simple way it is detailing of HLD in which detail explain and represented each and every component logic.
0 Comments
If you have any Doubt please let me know.