Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 432 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 432 Bytes

==這份筆記是紀錄我的指導教授們對於Design Pattern的看法,裡面也參雜了我對pattern的一些想法。==

Pattern_Overview

  • 目的有分三種,Creational、Structural、Behavioral。
  • Creantioal完要組織也就是和其他物件合作,所以需要Structural,Behavioral要有所為才能負責任。

Design_Pattern_Relationships