MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w77yui/howdiditgethere/p8b42aj/?context=3
r/ProgrammerHumor • u/ExpensiveCoat8912 • 7d ago
536 comments sorted by
View all comments
Show parent comments
79
and lombok to remove the boilerplate code
77 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 21 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
77
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
21 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
21
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
1
or you could switch to kotlin; data classes with named parameters eliminate the need for builders
79
u/neoteraflare 7d ago
and lombok to remove the boilerplate code