Java strategy pattern in functional programming
What is Strategy pattern :
Software design pattern that enables selecting an algorithm at runtime. Instead of implementing a single algorithm directly, code receives runtime instructions as to which in a family of algorithms to use.
Declarative Progr...
mridul09.hashnode.dev2 min read