What Is The Purpose Of Continuous Integration For A Development Team?
Answer»
The primary purpose of CI is to provide regular, fast feedback to developers as they commit changes to the SHAREDCODE repository (VCS).
The idea being that we’re always integrating our code on commit, so that when CONFLICTS arise, they can be ADDRESSED more quickly and easily than if the changes had been MADE days, week, or even months ago.