OOP Criticisms
This cluster centers on debates about Object-Oriented Programming (OOP), with many comments criticizing it as overrated, a mistake, or poorly implemented, while others defend its uses or discuss alternatives.
Activity Over Time
Top Contributors
Keywords
Sample Comments
whats wrong with object oriented programming?
OOP has become an antipattern (ok, partially kidding but...)
New to OOP programming. Could you explain what sort of arguments are presented against using OOP? I am genuinely curious.
In summary, "Object Oriented Programming is good when you don't orient your program around objects."
Are you referring to this article? http://harmful.cat-v.org/software/OO_programming/why_oo_suck...
OOP is heavily overrated. Anything that can be done with OOP can be done, and often done better, without OOP.
there is no problem with oop, just nobody ever 'did it properly™', and even if it did, it didn't/sarcasm
Object-Oriented Programming is Bad (2016)https://news.ycombinator.com/item?id=19407599 (2019)
OOP itself is not a misstake, but the way it is (usually) implemented probably is.
Isn't OOP mostly just a buzzword?