Strategy & Factory Pattern in Spring Boot Application: Part II

Strategy and Factory patterns are the most useful design patterns in any application. If you have a branching code with lots of ‘if and else’, then Strategy pattern is the [...]