2022 第3週 學習記錄:Creational Design Patterns

總結

本篇整理了 design patterns 中歸類為 creational design patterns 的相關筆記:

Creational patterns 的關注點:provide various object creation mechanisms, which increase flexibility and reuse of existing code. 著眼點在「物件應該如何被建立」的 design patterns

筆記

Factory Method

Abstract Factory

Builder

Prototype

Singleton

參考文件