Thursday, 20 October 2011

definations on software architecture and design pattern

Software architecture

The software architecture is centered on the idea of reducing complexity through abstraction and seperation of concerns.

Design pattern

a design pattern is a general reusable solution to a commonly occurring problem within a given context in software design. A design pattern is not a finished design that can be transformed directly into code.

No comments:

Post a Comment