Sign in
Log inSign up
Continuous Integration
Continuous Integration
#continuous-integration
331 followers·549 articles

Continuous Integration is extremely useful and provides you with immediate feedback when something breaks, improving the quality of your code. Ideally, if you are developing an application and have written tests you can use CI to build your application every commit and have it run against your tests (if using Test Driven Development, TDD) to know if it passed or failed.

Niranjan A S