A brief summary of Design Models
Filed Under Architecture, Design, Engineering, Explanation, Process | Posted on May 7, 2009
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
Filed Under Design, Engineering, Explanation, Process, Software, Summary | Posted on May 7, 2009
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 [...]
DFD: data flow diagram
Filed Under Benefits, Definition, Design, Development, Process | Posted on April 8, 2009
Not everybody who has worked in the software development cycle has heard of what a Data Flow Diagram is, or what it does. So, for example, somebody who makes applications such as Windows or Office or PhotoShop may not need to know what a DFD is. However, for a team that is designing an application [...]
A great resource: Joel on Software
Filed Under Design, Resources, Software, Tips, Usability | Posted on August 1, 2008
For a long time now, I have been reading the content posted by Joel Spolsky on his blog. I like his writing enough to have taken an email subscription to his feed so that I get notified whenever he writes a new article. His feed typically provides the opening paragraph of the content, and then [...]