Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does Continuous Integration improves software quality? [closed]

I believe that one of the biggest advantages of using CI is capability of detecting defects, which makes integration and deployment tasks easier.

It is not clear to me, however, how does CI improves software quality. Obviously, the use of a good test suite results in less bugs, but does it changes anything regarding other software quality factors like, for example, maintainability, completeness or consistency?

like image 780
Alceu Costa Avatar asked Dec 20 '25 00:12

Alceu Costa


1 Answers

CI ensures that what was checked in will compile and the unit tests will pass.

So, each build you could give to users and have them test, to ensure that the software will meet there needs.

That is the big way it helps, in an agile environment, to allow people to get their hands on working code and try it, without going through a release cycle.

like image 151
James Black Avatar answered Dec 21 '25 23:12

James Black



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!