Boiling down the Java Boilerplate posted on December 10, 2020There are many issues with writing boilerplate code: It’s hard to identify code that deviates from normal, it adds visual complexity to a file, and it’s not fun to write. Unfortunately in Java there …Continue Reading about Boiling down the Java Boilerplate →