Content deleted Content added
m tyop |
m rm midsentence capital |
||
Line 1:
'''Design patterns''' are lessons that have been accumulated in the community of [[computer programming]].
They allow one to make use of the knowledge of past designers. Many design projects are confronted with similar problems that demand similar solutions. A design pattern is an abstraction of the best solutions for a particular class of problems. MVC or [[
The book that introduced the ''term'' design pattern to software development, ''[[Design Patterns]]: elements of reusable object-oriented software'' (commonly shortened to ''GoF'') says:
|