開発者はコードを作成し、1 日に数回共有リポジトリにマージして、自動的にテストします。この BEST が表す概念は次のうちどれですか?
正解:D
Continuous integration is a software development practice where developers merge their code into a shared repository several times a day, and the code is tested automatically. This ensures that code changes are tested and integrated continuously, reducing the risk of errors and conflicts.