OPENHOME.CC
漫談模式
| 創建式
Simple Factory
Factory Method
Abstract Factory
Builder(Gof)
Builder(Effective Java)
Option Object
Singleton
Prototype
| 結構式
Default Adapter
Adapter
Bridge
Composite
Decorator
Facade
Proxy
Flyweight
| 行為式
Template Method
Chain of Responsibility
Command
Iterator
Strategy
Observer
State
Visitor
Interpreter
Memento
Mediator
| 函數式
Immutable
Pattern matching
Map
Filter
Reduce
FlatMap
| 執行緒
Guarded Suspension
Producer Consumer
Thread-Per-Message
Worker Thread
Two-phase Termination
Thread Pool
Future
Read-Write-Lock
Thread-Specific Storage
| 非同步
Callback/CPS
Promise
Reactive
GitHub
Twitter
Facebook
LinkedIn
2D Designs
3D Designs
Tags
HOME
>
漫談模式
>
創建式
創建式
你想要的東西?現成的?可組裝的?可自訂的?獨一無二的?…你到底想要什麼?
Simple Factory
Factory Method
Abstract Factory
Builder(Gof)
Builder(Effective Java)
Option Object
Singleton
Prototype