[Design Patterns] 1. The Strategist
5/1/2024 4 minutes read
The strategy design pattern outline a set of algorithms, so that they can vary independently of the context using it during runtime. We'll start of the Design Patterns series with one of the most popular and useful tools -- The Strategy.
