lunedì 5 aprile 2010

Continuous Integration

Continuous Integration di Martin Fowler

1 commento:

  1. With a good build, I can then think about committing my changes into the repository. The twist, of course, is that other people may, and usually have, made changes to the mainline before I get chance to commit. So first I update my working copy with their changes and rebuild. If their changes clash with my changes, it will manifest as a failure either in the compilation or in the tests. In this case it's my responsibility to fix this and repeat until I can build a working copy that is properly synchronized with the mainline.

    RispondiElimina

Nota. Solo i membri di questo blog possono postare un commento.