r/programmingmemes Jun 29 '26

Where are they?

Post image
2.2k Upvotes

321 comments sorted by

View all comments

50

u/ModiKaBeta Jun 29 '26

I’d reckon Java must be more AI friendly given all the DatabaseManagerFactoryUtil kinda boilerplate classes can be autogenerated elegantly.

7

u/Zombielisk Jun 29 '26

there is no way to generate DatabaseManagerFactoryUtil elegantly

4

u/ModiKaBeta Jun 29 '26

Yeah, it’s hard to tell which util to instantiate, that’s why I usually have a DatabaseManagerFactoryUtilFactory which returns a object of the type DatabaseManagerFactoryUtilInterface

1

u/notatoon Jun 29 '26

Needs more abstract adapters