DEV Community

Discussion on: Is Object-Oriented Programming "Dangerous"?

Collapse
 
combinatorylogic profile image
combinatorylogic

OOP is not "dangerous", not any more than FP. It is just inadequate, it is almost always a very poor match for the actual semantics of the real world problems. Not surprisingly, FP is also very rarely an adequate fit.