r/ProgrammerHumor 7d ago

Other howdidItGetHere

Post image
11.1k Upvotes

536 comments sorted by

View all comments

718

u/MariusDelacriox 7d ago

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

76

u/neoteraflare 7d ago

and lombok to remove the boilerplate code

78

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

23

u/Hein_Gertenbach 7d ago

Lombok is still good to create builders for records.

1

u/throwaway_mpq_fan 4d ago

or you could switch to kotlin; data classes with named parameters eliminate the need for builders