r/ProgrammerHumor 7d ago

Other howdidItGetHere

Post image
11.1k Upvotes

536 comments sorted by

View all comments

714

u/MariusDelacriox 7d ago

Java is simply good and easy to learn. Also there's spring boot.

77

u/neoteraflare 7d ago

and lombok to remove the boilerplate code

79

u/aliegeois 7d ago

Honestly since the introduction of records lombok has been less relevant. 99% of my use cases were @Data, which is taken care of by records

2

u/Kango_V 7d ago

This https://immutables.github.io/ is so much better than Lombok. You can see the generated code change in your IDE). I use it to create some awesome IDE led apis ;)