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 [...]



A brief summary of Design Models




This post is just a brief summary of design models, this is a huge topic, and will cover in future posts in parts.

Data Design Model: In order to implement the software we need to convert the analysis class models into the data structures and design classes and this is accomplished using data/class designs. For [...]



A brief summary of design engineering




Design Engineering is a process used by software engineers which encompass the set of principles, concepts and practices that result in the development of a high quality system or product. Design Engineering is the point which actually has a great role in determining the quality of the software, and a careful review of the design [...]