Strategy Design Pattern Implementation using Lambda

Recently I tested a complicated module with many different workflows . For different orders, they will go through various workflow. This is a typical scenario of using Strategy Design Pattern, I had implemented this before but this time I use JAVA 8 lambdar to refactor it. To simplify the problem, I use following Student class … Continue reading Strategy Design Pattern Implementation using Lambda