Skip to content

Files

Latest commit

0407566 · Oct 29, 2017

History

History

06DesignPatternsWithFunctions

Design patterns with first-class functions

Strategy Patterns

Define a family of algorithms, encapsulate each one, and make them iterchangeable.Strategy lets the algorithm vary independently from clients that use it.