1
0
mirror of https://github.com/tmrts/go-patterns.git synced 2024-11-22 04:56:09 +03:00

Merge pull request #26 from Philiphil/patch-1

fix stategy.md markdown
This commit is contained in:
Tamer Tas 2017-05-01 15:21:54 +03:00 committed by GitHub
commit 67efe3e622

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.