Strategy Design Pattern with Spring Boot + Kotlin - Cleaner code with no boilerplate
The Strategy Pattern
If you already know the strategy pattern just jump to "The Library" section.
What is it?
According to Wikipedia, the strategy pattern is a behavioral software design pattern that enables selecting an algorithm at runtime. Instead...
krud.dev5 min read