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
- Host: GitHub
- URL: https://github.com/davinci2015/diver-application
- Owner: davinci2015
- Created: 2017-02-01T12:45:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T13:02:55.000Z (over 8 years ago)
- Last Synced: 2025-01-18T07:26:46.865Z (5 months ago)
- Language: C#
- Size: 1.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_