Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 210 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 210 Bytes

design-pattern

Learning design patten with php

Creational

Simple Factory (簡單工廠模式)

Singleton (單利模式)

Behavioral

Structural

Decorator pattern (裝飾者模式)