|
|
|
|
|
by lihaoyi
533 days ago
|
|
Even if you break up a codebase, you need selective testing. Let's say you have 100 small repos, and make a change to one. How confident are you in the changed repo's test suite that you can guarantee there are no bugs that will affect other related repos? If not, which other repos do you test with your change to get that confidence? |
|