Ever since I started writing #software using the #java #programming #language, I've been looking to reduce the #repetitive #boilerplate.
And I don't have a solution, yet.
Many parts of a #POJO #Bean can be auto-generated by #projectLombok, which greatly reduces the amount of logic I have to implement.
But in a suite of applications, the start of each pretty much performs the exact same operations in the exact same way, with little room to remove code duplication.
Suggestions?
And I don't have a solution, yet.
Many parts of a #POJO #Bean can be auto-generated by #projectLombok, which greatly reduces the amount of logic I have to implement.
But in a suite of applications, the start of each pretty much performs the exact same operations in the exact same way, with little room to remove code duplication.
Suggestions?