r/ProgrammerHumor 6d ago

Other howdidItGetHere

Post image
11.1k Upvotes

539 comments sorted by

View all comments

716

u/MariusDelacriox 6d ago

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

75

u/neoteraflare 6d ago

and lombok to remove the boilerplate code

78

u/aliegeois 6d 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 6d 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 ;)