Skip to content

Latest commit

 

History

History

Readme.md

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.