DEV Community

Discussion on: OOP a software development mass psychosis

Collapse
 
siy profile image
Sergiy Yevtushenko

Any paradigm can be pushed to extreme (absurd). OOP is not an exception. FP either.

P.S. you're mixing into OOP all things, which basically not an OOP: patterns, SOLID, clean architecture and other stuff.

Thread Thread
 
polterguy profile image
Thomas Hansen

No, I am using design patterns and SOLID as the proof of that OOP is sub-optimal.

Thread Thread
 
siy profile image
Sergiy Yevtushenko

Try to apply the same approach to FP, and you'll see the same issues. Because there is no optimal solution.