Design Patterns: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
[[file:Hierarchical-structure.png|right|frame|Design Patterns<ref>http://www.flaticon.com/</ref>]]
{{#incat:not_yet|
{{#incat:not_yet|
<br />
<br />
<center>
<center>
<blockquote style="padding: 5px; background-color: #FFF8DC; border: solid thin gray;">
<blockquote style="padding: 5px; background-color: #FFF8DC; border: solid thin gray;">
Line 12: Line 8:
|}}
|}}


[[file:Hierarchical-structure.png|right|frame|Design Patterns<ref>http://www.flaticon.com/</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>
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>

Latest revision as of 13:21, 22 February 2017

Exclamation.png This page is not ready for student learning. It may have been created by a student, used as a placeholder by the teacher, or the teacher hasn't had time to review it.

Design Patterns[1]

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]