In “Functional Programming Patterns in Scala and Clojure” from Pragmatic Bookshelf, $36 paper, $24 ebook), readers will use Scala and Clojure to solve in-depth problems and see how familiar ...
Mention the name "Erich Gamma" and what comes to mind? Patterns? Unit Testing? Eclipse? In his relatively short career, Erich has had a profound impact on the way software is developed, earning him a ...
We discuss some of the most common design patterns in Java and how they can help you solve common coding issues. Learn more. A design pattern is a well-established and documented solution to a common ...
The book Java Reflection in Action was published in 2004, but remains largely applicable eight years later. In this post, I review this book and cover its strengths and its weaknesses. In general, age ...
It's not good enough to simply write code that works. That code must be easily maintained, enhanced and debugged when problems happen. One of the reasons why object-oriented programming is so popular ...