DEV Community

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

Collapse
 
combinatorylogic profile image
combinatorylogic

You must break your real world problem down to some totally artificial, unintuitive "objects" communicating with each other first before you can apply this method. And the funny part is that most of the real world problems do not really fit well into such a representation. Not that FP allows any better tools, of course, both ways are almost always wrong.