https://github.com/dehasi/sd-p05
https://github.com/dehasi/sd-p05
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dehasi/sd-p05
- Owner: dehasi
- Created: 2024-02-29T20:50:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T22:37:00.000Z (over 2 years ago)
- Last Synced: 2024-12-27T09:22:46.192Z (over 1 year ago)
- Language: Java
- Size: 360 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Practice #5
*Main takeaway:* read the book below and use common sense
image::book.png[]
== Plan
.Creational patterns
* [ ] Builder, Optional, Promise
* [ ] Fluent interface
* [ ] Optional, Promise
.Structural patterns
* [ ] Proxy, Decorator https://stackoverflow.com/q/18618779/4337151[the difference]
.Behavioral patterns
* [ ] Observer
* [ ] Strategy https://stackoverflow.com/questions/4834979/difference-between-strategy-pattern-and-command-pattern[Strategy vs Command]
* [ ] Iterator