|
|
|
|
|
by turdprincess
494 days ago
|
|
As an opposite view point I work on a 10 year old legacy iOS app which has almost no abstractions and it’s a huge mess. Most classes are many thousands of lines long and mix every concern together. We are fixing it up by refactoring - many through adding abstractions. I’m sure code with bad abstractions can scale poorly, but I’m not clear how code without abstractions can scale at all. |
|
That's quite unrelated to abstractions. It's just poorly written code, for whatever reasons may have led there.