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

https://github.com/dehasi/sd-p05


https://github.com/dehasi/sd-p05

Last synced: 9 months ago
JSON representation

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