Lombok is a very popular but also controversial java project, some of us hate it, others love it.

I read some articles like this Don’t Use Lombok.

After reading, I would like to say:

  • Have you tried to get used to the Lombok for a few weeks?

  • Is it still relevant in 2021 to complaint about the Lombok compatibility with Java 11?

I doubt about that. I use Lombok as the daily utility in different Java project, I found once you get used to that, it improve the efficiency on both reading and writing.

And it is not error prone at all if you understand it well enough.

When I learn how to use Lombok, I found this article is useful, because it gave the insight on individual method, and when to use and when not use.