Strategy pattern (Ever wanted to choose the algorithm during runtime?)
Writing readable and extendable code is magic. Be a magician.
Anonymous (jk. It's me)
Strategy pattern
The strategy pattern helps to decide which algorithm to use during runtime thus giving more reusability and extensibilty.
Problem:
You...
buildwithsammie.hashnode.dev5 min read