1
0
mirror of https://github.com/tmrts/go-patterns.git synced 2024-11-21 20:46:08 +03:00

fix stategy.md markdown

This commit is contained in:
Philiphil 2017-04-28 15:11:28 +02:00 committed by GitHub
parent 399a51c7fe
commit 451e2399c0

View File

@ -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.