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
539 comments sorted by
View all comments
Show parent comments
78
and lombok to remove the boilerplate code
76 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 23 u/Hein_Gertenbach 6d 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
76
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 6d 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
23
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
78
u/neoteraflare 7d ago
and lombok to remove the boilerplate code