| ▲ | allenrb 2 days ago | |
I guess “purge 17% of the code” is not the correct answer? | ||
| ▲ | yjftsjthsd-h a day ago | parent | next [-] | |
If you can remove 17% of your code, or even just avoid building it, yeah you probably should. That can be a really rough tradeoff though. (And the sibling comment is also right that deleting 17% of code != 17% faster builds, though I could see it being higher or lower) | ||
| ▲ | eru 2 days ago | parent | prev [-] | |
Only if your build scales linearly. Otherwise, it might be a different percentage. | ||