Kung Fu Code: Master Shifu Teaches Strategy Pattern to Po – the Functional Way!

Kung Fu Code: Master Shifu Teaches Strategy Pattern to Po – the Functional Way!
 "There is no good or bad code . But how you write it… that makes all the difference.”-- Master ShifuThe sun had just touched the tips of the Valley of Peace. Birds chirped, the wind whispered tales of warriors, and Po—the Dragon Warrior—was busy...

Java:Pushing runtime behaviour without Lambda

Java:Pushing runtime behaviour without Lambda
Java:Pushing runtime behaviour without Lambda In Java8 one of the best features is Lambda Expression The Idea of Lambda expression is passing a behavior to a method. This has been adopted from Functional programming, In Functional programming,...