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

https://github.com/davinci2015/diver-application

Design patterns course - assignments
https://github.com/davinci2015/diver-application

Last synced: 4 months ago
JSON representation

Design patterns course - assignments

Awesome Lists containing this project

README

        

## DiverApplication
**Design Patterns** - assignments throughout course

* Language: C#
* IDE: Visual Studio 2015 Enterprise

---

#### 1st task
Used patterns: _singleton_ and _factory method_

#### 2nd task
Used patterns: _singleton_, _factory method_, _observer_, _flyweight_, _visitor_ and _facade_

#### 3rd task
Used patterns: _singleton_, _flyweight_, _composite_, _state_, _memento_ and _MVC_

#### 4th task
Used patterns: _singleton_, _composite_, _flyweight_, _chain of responsibility_, _evictor_