mirror of
https://github.com/tmrts/go-patterns.git
synced 2026-02-03 22:36:19 +00:00
fix stategy.md markdown
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#Strategy Pattern
|
# Strategy Pattern
|
||||||
Strategy behavioral design pattern enables an algorithm's behavior to be selected at runtime.
|
Strategy behavioral design pattern enables an algorithm's behavior to be selected at runtime.
|
||||||
|
|
||||||
It defines algorithms, encapsulates them, and uses them interchangeably.
|
It defines algorithms, encapsulates them, and uses them interchangeably.
|
||||||
|
|||||||
Reference in New Issue
Block a user