|
|
|
Design Pattern (Computer Science)
|
In software engineering, a design pattern is a general reusable solution to a commonly occurring problem in software design. A design pattern is not a finished design that can be transformed directly into code. It is a description or template for how to solve a problem that can be used in many different situations. Object-oriented design patterns typically show relationships and interactions between classes or objects, without specifying the final application classes or objects that are involved. Algorithms are not thought of as design patterns, since they solve computational problems rather than design problems
created by syam1224 on 2008-04-06 07:01:20
|
|
|
|
Design pattern in simple examples

Some problem patterns happen over and over again in a given context and Design Pattern provides a core of the solution in such a way that you can use the core solution every time but implementation should and may vary and the main reason behind that is we have the core solution and not the exact solution.
http://www.go4expert.com/forums/showthread.php?t=5
created by syam1224 on 2008-04-06 07:04:22
|
|
GoF Design Patterns

Design patterns are recurring solutions to software design problems you find again and again in real-world application development. Patterns are about design and interaction of objects, as well as providing a communication platform concerning elegant, reusable solutions to commonly encountered programming challenges.
http://www.dofactory.com/Patterns/Patterns.aspx
created by syam1224 on 2008-04-06 07:09:28
|
|
101 Design Patterns

101 Design patterns tips and examples
http://sourcemaking.com/design-patterns-and-tips
created by syam1224 on 2008-04-06 07:05:36
|
|
Design pattern from Wikipedia

Design patterns gained popularity in computer science after the book Design Patterns: Elements of Reusable Object-Oriented Software was published in 1994 (Gamma et al.). That same year, the first Pattern Languages of Programming Conference was held and the following year, the Portland Pattern Repository was set up for documentation of design patterns.
http://en.wikipedia.org/wiki/Design_pattern_(compu
created by syam1224 on 2008-04-06 07:02:35
|
|
|