Tech

Why I Love Lombok

Not the pictured Lombok. I’m talking about Project Lombok. Explanation What it does Lombok is a Java library of annotations and processors that creates methods like getters, setters, and constructors for you.

Literate Functional Development

⚠️ This article assumes you have basic knowledge of functional development in Java. You can write functional code that reads so clearly that non-technical people can understand it. I’m going to show you how using functional principles, Java’s syntactic sugar, and higher order functions, you can translate working code into readable code.