>>> It aims to reduce the amount of manual coding, thereby streamlining the
codebase and reducing potential for errors.

can't really object to any of that. let's do this.

On Wed, Aug 14, 2024 at 2:52 PM Hans Van Akelyen <[email protected]>
wrote:

> Hi All,
>
> I would like to propose to add Project Lombok [1] to our project.
> Lombok allows us to generate some boilerplate code on the fly feel free to
> take a look at the feature list [2].
> This will allow us to focus on the code without having to worry about
> getters/setters and their naming convention.
> It seamlessly integrates with IntelliJ and is MIT licensed.
>
> Quote from the project:
> Lombok is a Java library that provides annotations to simplify Java
> development by automating the generation of boilerplate code. Key features
> include automatic generation of getters, setters, equals, hashCode, and
> toString methods, as well as a facility for automatic resource management.
> It aims to reduce the amount of manual coding, thereby streamlining the
> codebase and reducing potential for errors.
>
> Cheers,
> Hans
>
> [1] https://projectlombok.org/
> [2] https://projectlombok.org/features/
>

Reply via email to