|
|
|
|
|
by markoa
3398 days ago
|
|
Oh, I meant that "size of the code does not have to be a linear scalar". Also by hard limit I didn't mean that the build should auto-fail or anything (sry English is my 2nd language). But if we have a rule of thumb, we can know when it's time to start thinking about optimizations. Code size is certainly a factor but it doesn't have to imply constant time increase. Speaking from experience in web apps, optimization of setup (whatever needs to happen before first test runs) + more parallelism + thinking more about decoupling is usually the right answer. The point of these discussions is mostly to help people avoid ending up with a single 500k+ LoC behemoth. |
|