ペアプログラミング - CI/CD用語集の定義
ペアプログラミングとは、2人の開発者が1つのワークステーションで共に作業することであり、1人がタイプし(ドライバー)、もう1人がレビューし導き(ナビゲーター)、定期的に役割を交代します。
なぜ重要か
コードが書かれる端からレビューされるため、trunk-based開発でペアを組む一部のチームは、別個のpull requestレビューではなく高速なCI pipelineに頼って、直接mainにmergeします。
関連ガイド
Continuous Testing - CI/CD Glossary DefinitionContinuous Testing: Continuous testing is running automated tests at every stage of the pipeline, so quality…
Feature Branch Workflow - CI/CD Glossary DefinitionFeature Branch Workflow: A feature branch workflow is a branching model where each unit of work is developed…
DevOps - CI/CD Glossary DefinitionDevOps: DevOps is a set of practices and a culture that unite software development and IT operations to short…