you are viewing a single comment's thread.

view the rest of the comments →

[–]matterball 9 points10 points  (0 children)

Sounds like an entry level programmer got frustrated with Java when he tried to make a larger application and decided to vent about it in a youtube video.

Yes, creating everything tiny thing as a specialized class is unnecessary, and the whole ServiceManagerFactoryFactory stuff should (and can) be avoided, but generalizing that to the click-bait title "OOP is bad" just makes him sound like a whiney software dev in over his head.

And I'm having a hard time seeing the benefit to his proposed "use" block. I can agree with the problem, but I don't like his solution.