DEV Community

Discussion on: OOP vs Functional Programming

Collapse
 
therealdakotal profile image
Dakota Lewallen

I think it's purely contextual. When building an application sometimes you have series of things that you would like to have happen (Scripting). Other times you have entities/actors (Objects). Like most things, knowing what pattern to apply at what time can make more of a difference than how well they're applied.