May 2009
M T W T F S S
« Apr   Jun »
 123
45678910
11121314151617
18192021222324
25262728293031

Software design concepts




Design Concepts

A set of software design concepts have evolved over a period and are important for software personnel / architects to know. Each concept helps the software engineer to answer the following questions: 1. What criteria can be used to partition software into individual components? 2. How is function or data structure detail separated [...]



Design Guidelines and Design Principles




Continuing on the earlier post about design processes in software engineering:

Design Guidelines:

The criterion for a good design in order to evaluate the quality is as follows: – It should have a good architectural structure. – It should be modular in nature. – It should lead to interfaces properly. – It should contain distinct [...]