Differences between HLD and LLD
Filed Under Techniques, Design, Model, Process, Development, Software | Posted on September 27, 2007
For people who have been involved in software projects, they will constantly hear the terms, High Level Design (HLD) and Low Level Design (LLD). So what are the differences between these 2 design stages and when are they respectively used ?
High – level Design gives the overall System Design in terms of Functional Architecture and […]
What is software low level design ?
Filed Under Design, Techniques, Model, Development, Software | Posted on September 27, 2007
The low level design document for a project should provide a complete and detailed specification of the design for the software that will be developed in the project, including the classes, member and non-member functions, and associations between classes that are involved. By the end of the Low Level Design stage, the code should be […]