|
|
|
|
|
by kalekold
1307 days ago
|
|
If OOP is over-complicating your code, you're using it wrong. OOP is a tool to manage complexity. Functional programming, in my experience, created much more complicated code because it seems like the authors like to be a clever as possible. |
|
But granted it needs to be part of a broader pressure to keep things simple, otherwise devs will like you say, find a way to overcomplicate.