title | slug | tags | date | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Strategy Pattern |
strategy-pattern |
|
2021-08-09T21:47 |
#[[810c5d55]] design pattern
Strategy Pattern : Defines a family of algorithms, encapsulates each one, and makes them interchangeable. Strategy lets the algorithm vary independently from clients that use it.
[^]
[^]: Head First Design Pattern by Elisabeth Freeman and Kathy Sierra