Software design pattern: Difference between revisions

Content deleted Content added
Fixed spelling
No edit summary
Line 1:
Using '''design patterns''' is to reuse the ways that past designers discovered without efforts of rediscovering it. MVC or [[Model view contollercontroller triad]] is a classical example of design pattern. It was introduced 1980 in the [[Smalltalk programming language|Smalltalk]] system.
 
The book that introduced the ''term'' design pattern to software development, ''[[Design Patterns]]: elements of reusable object-oriented software'' or [[GoF]] says: