About Prasanna Kumar
List/Grid Author Archives Subscribe to the RSS feed of Prasanna Kumar

Structural (or) Type Safe Duck Typing in Scala
Structural typing as defined by Wikipedia “A structural type system (or property-based type system) is a major classof type system, in which type compatibility and equivalence are ...

Loan pattern in Java (a.k.a lender lendee pattern)
This post is about implementing loan pattern in Java. Use Case Implement separation between the code that holds resource from that of accessing it such that the accessing code doesn’t ...



