this post was submitted on 09 Apr 2025
8 points (75.0% liked)

Java

1640 readers
1 users here now

For discussing Java, the JVM, languages that run on the JVM, and other related technologies.

founded 2 years ago
MODERATORS
 

Java champions and Senior engineers speaking out against lombok

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 2 weeks ago (2 children)

I never saw a benefit in using Lombok, but I did run into issues with it. As it works outside the compiler, you are basically writing Java+Lombok. And as the article says, with an IDE and a recent JDK there is really no benefit provided by Lombok.

[–] [email protected] 2 points 6 days ago (1 children)
[–] [email protected] 0 points 5 days ago

I disagree. It looks leaner. But the code is still there and because it's invisible, it requires you to remember more.