Continuous Integration
Maintaining your software working is not always easy, especially when you have several developers working on the same code base. Continuous Integration (CI) allows us to minimize the problems when working with our software. The main idea behind CI is that every single time that we push code to our repository, our tests runs, and this allows us to know if the change that we just made has broken our application, even if what is broken was not actually in the code that was modified.
This minimizes the problems of integrating software in a code base if someone pushes a piece of software that is faulty, we can fix it and get it back working. And this is something that we should target to do all the time, as having a working ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access