Login
From:
refactoring.guru
(Uncensored)
subscribe
Strategy
https://refactoring.guru/design-patterns/strategy
links
backlinks
Roast topics
Find topics
Find it!
Strategy is a behavioral design pattern that lets you define a family of algorithms, put each of them into a separate class, and make their objects interchangeable.