A farm management framework with some classical design patterns implemented in Java.
Creational Patterns
- Abstract Factory
- Builder
- Factory Method
- Prototype
- Singleton
Structural Patterns
- Adapter
- Bridge
- Composite
- Decorator
- Facade
- Flyweight
- Proxy
Behavioral Patterns
- Chain of Responsibility
- Command
- Interpreter
- Iterator
- Mediator
- Memento
- Observer
- State
- Strategy
- Template Method
- Visitor
Other Patterns
- Null Object
- 侯剑锋 (@DerekDick)
- 林逸群 (@lyqun)
- 寸宣堂 (@wzes)
- 吴毅超 (@MonusW)