Function Curry in Java8

Function Curry in Java8
One of the important features of a functional program is Function Currying.As we know java8 introduce lambda which brings some functional nature in java programming. We are blessed that by an intelligent use of Lambda we can create Function currying...

Techniques for reducing Tight Coupling

Techniques for reducing Tight Coupling
“Tight Coupling is Bad” How many times you have heard this word from your seniors. Probably many many times. But why Coupling is bad what are the implications comes if you do tight coupling? What is actually a Tight coupling? How we can fight...