|
|
|
|
|
by chipdart
581 days ago
|
|
> In my experience, the mess created using OOP is harder to untangle than the mess created using a functional approach. OP complained about accidental complexity, not subjective takes on how hard it is to refactor code. Even so, anyone who has any cursory experience with TypeScript projects that follow a functional style can tell you without any doubt whatsoever that functional style is incomparably harder to refactor than any "enterprise-grade" OOP. |
|
The biggest problem with accidental complexity _is_ how hard it is to refactor code. Refactoring code is a huge part of software development.