開発者体験 - CI/CD 用語集の定義
開発者体験とは、ここでコードを出荷するのがどう感じられるかです。速いフィードバック、低い摩擦、そして邪魔にならないツールです。
開発者体験(DevEx)は、組織でソフトウェアを構築するのがどう感じられるかという全体的な品質、つまりツールとワークフローがどれだけ速く、摩擦がなく、予測可能かを指します。
DevEx は、build 時間、フィードバックの速さ、認知的負荷といったシグナルを通じて測定されます。貧弱な DevEx は、すべてのエンジニアに、毎日、静かに税を課します。
CI において
CI は DevEx に対する大きなてこです。遅く、壊れやすく、不透明な pipeline は、開発者のフラストレーションの最も一般的で最もよく挙げられる原因の一つです。
関連ガイド
Fast Feedback - CI/CD Glossary DefinitionFast Feedback: Fast feedback is the principle that developers should learn about defects as quickly as possib…
Inner Loop - CI/CD Glossary DefinitionInner Loop: The inner loop is the fast, local cycle a developer repeats while coding: edit, build, run, and t…
Platform Engineering - CI/CD Glossary DefinitionPlatform Engineering: Platform engineering is the discipline of building and operating internal self-service…