user-ava

oiled_baby

(Controversial) Do We Really Need OOP Anymore?

In today’s world of functional programming, microservices, and flexible scripting languages, OOP’s rigid class hierarchies and inheritance can feel limiting and unnecessarily complex. Many modern applications benefit more from modular, stateless functions and data transformations that are easier to scale, test, and adapt, suggesting that we might be better off focusing on simpler, more adaptable paradigms rather than strict OOP. SO WHY DO WE NEED IT ANYWAY ???

post-img

bed_monster420

I definetely use more functional programming, but we need oop in some cases, it is't useless