Functional programming and oop aren't necessarily antithetical to one another. There's no reason your functions can't return objects that are instances of classes with their own methods. You just can't mutate, but that doesn't mean you can't use OOP.
Object Oriented Programming was one of the most horrible trends in tech. Rest in piss.
What's bad about it?
deleted by creator
Functional programming and oop aren't necessarily antithetical to one another. There's no reason your functions can't return objects that are instances of classes with their own methods. You just can't mutate, but that doesn't mean you can't use OOP.
deleted by creator
Gonna have to disagree majorly on that. Have you ever worked on a big enterprise project before?
deleted by creator
and you're not encapsulating any logic in classes or anything?
It sounds like they prefer functional programming, which has different solutions for encapsulation, etc.
deleted by creator