What is Continuous Integration (CI)?
- How to get feedback to your project?
- How often do you compile your code and run your tests?
- How often do you integrate your code with the other team members?
- The basis of all learning and all improvement is getting feedback as soon as possible.
- Hence introducing Continuous Integration is one of the best ways to improve the quality of your project.