|
|
|
|
|
by AQXt
1971 days ago
|
|
Your conjecture may only hold for tiny (< 500 lines of code) problems. But when you deal with big problems -- millions of lines of code, written by hundreds of developers over a period of years -- you'll definitely see the benefit of OO. Of course, most projects are somewhere in the middle; but you shouldn't dismiss OO just because you can't see the benefit in tiny projects. |
|
Surely it's possible to construct a smaller example? It's not like the millions of lines codebase isn't de-composable?