Compositional
-
Categorizing Design PatternModeling/DesignPattern 2019. 9. 29. 17:32
1. Overview Design patterns are solutions to software design problems you find again and again in real-world application development. Patterns are about reusable designs and interactions of objects. The 23 Gang of Four (GoF) patterns are generally considered the foundation for all other patterns. They are categorized into three groups: Creational, Structural, and Behavioral 2. Description 2.1 Cr..