Monday, January 18, 2010

Design pattern – What can they mean?

Hi

How and why did the design pattern started. So I started hunting in the google for my curiosity and found some interesting stuff. So I thought I would share them with you.

A repeatable solution for commonly occurring problem in the software programming is called design pattern. Design patterns are not finished designs for the problems, but are template and description on how the solve the problem, which might occur in different situations.  Design patterns commonly show relations and interaction of different class or objects or types. They do not specify the final class or types that will be used, but give an abstract view of the solution.

As design patterns provide tested and proven development paradigms, they can speed up the process of development. For a design pattern to be effective, it must also consider issues that are not visible until the real implementation. Use of design patterns can prevent issues that cause major problems for coders and architects familiar with the pattern

Posted via email from fenildesai's posterous

0 Please Share a Your Opinion.: