Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/doubleZ0108/FamilyFarmSeaside

Design Pattern | Tongji Univ. SSE Course Design(Use only for course projects)
https://github.com/doubleZ0108/FamilyFarmSeaside

design-patterns tongji-university

Last synced: 4 months ago
JSON representation

Design Pattern | Tongji Univ. SSE Course Design(Use only for course projects)

Lists

README

        

# FamilyFarmSeaside

Tongji Univ. --- Design Pattern Course Design(Use only for course projects)

------

## Design Patterns TODO List

- [x] Abstract Factory
- [x] Adapter
- [x] Bridge
- [x] Builder
- [x] Chain of Responsibility
- [x] Command
- [x] Composite
- [x] Decorator
- [x] Facade
- [x] Factory Method
- [x] Flyweight
- [x] Interpreter
- [x] Iterator
- [x] Mediator
- [x] Memento
- [x] Observer
- [x] Prototype
- [x] Proxy
- [x] Singleton
- [x] State
- [x] Strategy
- [x] Template Method
- [x] Vistor

**More than GOF's 23**

- [x] Reference Counting
- [x] Copy on Write
- [x] Shareable
- [x] AOP
- [x] IOC

------