<p>Whilst discussing <a href="/daily/2025/02/14/drupalisms">de-jargoning Drupal and Drupalisms</a> with Emma Horrell and Luke McCormick, I started thinking about pieces of jargon I come across regularly.</p>
<p>Common ones are CI and CD.</p>
<p>CI (or continuous integration) is not about whether you have a CI pipeline and use a tool like Jenkins, GitHub Actions or GitLab CI (despite how some of these tools are named).</p>
<p>Continuous integration is how often code is integrated together.</p>
<p>If it's been more than a day since you last merged your code into your mainline branch, you're not doing continuous integration.</p>
<p>The less often you merge code, the more likely it is there will be conflicts or incompatibilities with other code that's been worked on - whether it's someone else's code, or code that you're writing in a different branch for a different task.</p>
<p>CD stands for is continuous deployment or continuous delivery.</p>
<p>When is the last time you deployed changes to production?</p>
<p>If it's been more than a day, you're not doing continuous deployment.</p>
<p>I've worked on teams and projects when it's been months between production releases.</p>
<p>I much prefer releasing small, iterative and continuous improvements to production instead of doing large and risky deployments.</p>
<p>Developers get their changes released sooner, end users get fixes and new features sooner, and it's easier to identify and resolve issues when releases are smaller and more frequent.</p>
<p>How about you?</p>
<p>Are you doing CI or CD?</p>
<p>What other Drupal or techy jargon terms do you see regularly?</p>
<p>Whilst discussing <a href="/daily/2025/02/14/drupalisms">de-jargoning Drupal and Drupalisms</a> with Emma Horrell and Luke McCormick, I started thinking about pieces of jargon I come across regularly.</p>
<p>CI (or continuous integration) is not about whether you have a CI pipeline and use a tool like Jenkins, GitHub Actions or GitLab CI (despite how some of these tools are named).</p>
<p>Continuous integration is how often code is integrated together.</p>
<p>If it's been more than a day since you last merged your code into your mainline branch, you're not doing continuous integration.</p>
<p>The less often you merge code, the more likely it is there will be conflicts or incompatibilities with other code that's been worked on - whether it's someone else's code, or code that you're writing in a different branch for a different task.</p>
<p>CD stands for is continuous deployment or continuous delivery.</p>
<p>When is the last time you deployed changes to production?</p>
<p>If it's been more than a day, you're not doing continuous deployment.</p>
<p>I've worked on teams and projects when it's been months between production releases.</p>
<p>I much prefer releasing small, iterative and continuous improvements to production instead of doing large and risky deployments.</p>
<p>Developers get their changes released sooner, end users get fixes and new features sooner, and it's easier to identify and resolve issues when releases are smaller and more frequent.</p>
<p>How about you?</p>
<p>Are you doing CI or CD?</p>
<p>What other Drupal or techy jargon terms do you see regularly?</p>