https://github.com/alessiochen/design-pattern-combinations
Project for Software Engineering Class at Unifi
https://github.com/alessiochen/design-pattern-combinations
decorator-pattern design-patterns java observer-pattern strategy-design-pattern template
Last synced: 10 months ago
JSON representation
Project for Software Engineering Class at Unifi
- Host: GitHub
- URL: https://github.com/alessiochen/design-pattern-combinations
- Owner: AlessioChen
- Created: 2020-09-01T08:23:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T08:26:30.000Z (almost 6 years ago)
- Last Synced: 2025-02-23T18:47:24.824Z (over 1 year ago)
- Topics: decorator-pattern, design-patterns, java, observer-pattern, strategy-design-pattern, template
- Language: Java
- Homepage:
- Size: 1.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Project
This is a simple project written in Java which uses the combination of 4 Design patterns that are:
- Strategy
- Decorator
- Template
- Observer
For more detail about the implementation read the report file.