Design Patterns: Difference between revisions

From Computer Science Wiki
(Created page with "right|frame|Design Patterns<ref>http://www.flaticon.com/</ref> Design patterns are solutions to recurring problems; guidelines on how to t...")
 
No edit summary
Line 1: Line 1:
[[file:Hierarchical-structure.png|right|frame|Design Patterns<ref>http://www.flaticon.com/</ref>]]
[[file:Hierarchical-structure.png|right|frame|Design Patterns<ref>http://www.flaticon.com/</ref>]]
{{#incat:Todo|what to do if current page is in category|what to do if current page is not in category}}


Design patterns are solutions to recurring problems; guidelines on how to tackle certain problems. They are not classes, packages or libraries that you can plug into your application and wait for the magic to happen. These are, rather, guidelines on how to tackle certain problems in certain situations. Design patterns are  solutions to recurring problems; guidelines on how to tackle certain problems<ref>https://github.com/kamranahmedse/design-patterns-for-humans</ref>
Design patterns are solutions to recurring problems; guidelines on how to tackle certain problems. They are not classes, packages or libraries that you can plug into your application and wait for the magic to happen. These are, rather, guidelines on how to tackle certain problems in certain situations. Design patterns are  solutions to recurring problems; guidelines on how to tackle certain problems<ref>https://github.com/kamranahmedse/design-patterns-for-humans</ref>

Revision as of 10:32, 22 February 2017

Design Patterns[1]

what to do if current page is not in category


Design patterns are solutions to recurring problems; guidelines on how to tackle certain problems. They are not classes, packages or libraries that you can plug into your application and wait for the magic to happen. These are, rather, guidelines on how to tackle certain problems in certain situations. Design patterns are solutions to recurring problems; guidelines on how to tackle certain problems[2]

This is a placeholder page. This content is not done yet

References[edit]