11 Nov
2023
11 Nov
'23
11:12 p.m.
Robert Ramey wrote:
If can test the feature branch of one library X against the master branch of all the other libraries before me merge the feature branch into the master, then no "integration testing" should be necessary.
This doesn't work if you want to take advantage of a new feature in library Y that hasn't been merged to master yet, because it's still in development. (It also doesn't work well if your change breaks other libraries. They'll only know it after you merge to master.)