Hacker News new | ask | show | jobs
by orangecheese 4036 days ago
I guess it might depend which features of lombok you use. Lombok vals don't comply with the Java language spec so you might have issues there (as so many other tools e.g. IntelliJ). Friends don't let friends use Lombok...
1 comments

Instead friends let friends write and maintain enormous amounts of boilerplate when they could have just used @Value?
The fact that you are resorting to DIY language extensions rather than picking a more appropriate language for the job should tell you everything you need to know.
Haha, I completely agree with you. Unfortunately I didn't get to pick the language.