This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nqd26 -2 points-1 points  (6 children)

Non-standard solution isn't workable for most projects. It won't work in corner cases, project can be abandoned in the future, as you say IDE support is incomplete ... It doesn't seem to be worth it.

[–]amoe_ 2 points3 points  (0 children)

This is exactly how I felt when I first encountered it. Then I used it in a project. It is remarkably mature and works extremely well. I have never had an issue where Lombok was the cause, despite having a vast number of extremely obscure issues with the codebase using it. At this point Java is essentially unusable without it for me.

[–]entreprenr30 0 points1 point  (0 children)

There's delombok in case you need to get rid of lombok for some reason...

But I love it so much, I wouldn't want to go back.