Arnold,

I'm not aware if the community has considered this or other tools for
removing Java boilercode. However, not being a native Java programmer I
abhor the Java noise.  And I'm sure you'd do a great job demonstrating how
Lombok can reduce it.

Thanks a lot
John

On Wed, Mar 16, 2022 at 12:48 PM Arnold Galovics <[email protected]>
wrote:

> Dear Community,
>
> While I've contributed to the codebase, I realized there's a lot of
> boilerplate code for a lot of classes.
> Mainly, I see the constructors which are really not doing anything except
> assigning parameters to fields + the @Autowired annotation. And we have a
> lot of getters/setters as well, mostly on DTOs.
>
> I don't have a number at hand but I think by using Lombok we could reduce
> the amount of boilerplate in the codebase considerably, I'm just not sure
> if somebody has considered it before.
>
> If there's no objection, I'd start introducing it gradually and then
> others could also benefit from it.
>
> Thoughts?
>
> Best,
> Arnold
>

Reply via email to