The Strategy Pattern
The Strategy Pattern is a behavioral software design pattern.
It enables selecting an algorithm at runtime instead of hardcoding only one possible solution.
We'll take a look at what it actually is and how it can help you to write better software.
Th...
deepdive.hashnode.dev3 min read