Changes for page 5. Design Patterns
Last modified by Dongxu Lu on 2023/01/08 22:30
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 - xwiki:XWiki.BartVastenhouw1 +XWiki.dongxulu - Content
-
... ... @@ -1,0 +1,7 @@ 1 +**Design patterns** are reusable solutions to **recurring problems**. Design patterns try to capture the common invariant properties of the problem and the essential relationships needed to solve the problem. They are 2 +abstract solutions that allow a designer to reuse ideas that worked in the past for commonly faced problems. 3 + 4 + 5 +Reference: 6 + 7 +//Alexander, C. (1977). //A pattern language: towns, buildings, construction.// Oxford university press//