My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
Continuous Integration
Continuous Integration
#continuous-integration
319 followers·427 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.

Yash Pandit