Java is poison for the mind
Why do people feel this way?
I’m genuinely curious as I’d think having a wider swathe of coding experience would be a good thing wouldn’t it?
I don’t work in fields that use coding expertise, I drive a forklift so I’m out of my wheel house when it comes to coding.
Not sure either. Best guesses are a combination of elitism, ignorance, preconceptions, groupthink, and insincere memeing.
Java used to lack many features to make the stuff you wanted it to do, so most Java programmers adapted design patterns to solve these problems.
Honestly, older versions of Java are utter garbage DX. The only reason it got so popular was because of aggressive enterprise marketing and it worked. How can a language lack such an essential feature as default parameters?
So, anyway after the great hype Java lost its marketshare, and developers were forced to learn another technologies. And of course, instead of looking for language-native way of solving problems, they just used same design patterns.
And thus MoveAdapterStrategyFactoryFactories were in places where simple lambda function would do the same thing, just not abstracted away three layers above. Obviously used once in the entire codebase.
Imo the only really good thing about Java was JVM, while it was not perfect, it actually delivered what it promised.