Leverage Lambdas for Cleaner Code

This article demonstrates a real-life example of Java refactoring aimed at achieving cleaner code and better separation of concerns. The idea originated from my experience with coding in a professional setting.

Once Upon a Time in a Production Code

When I was working on code persisting some domain data, I ended up with the following:

CategoriesUncategorized