The Startup
Published in

The Startup

The Cost of Not Releasing Software Frequently

There are still some software companies that release their software to the users only every month.

In this article we construct a model for business value realisation and demonstrate based on it what such companies actually loose. We focus on this business value realisation and ignore for a moment other disadvantages of not releasing frequently. These would include: larger and therefore more riskier deployments, possible overload with productive defects, or later feedback.

Context: we assume that we’re having a team of 8 developers who are working on User Stories. These User Stories are done within 1 day and could potentially be released to the users. Further assumptions:

  • A User Story realises a constant benefit of 100$ per day for the business
  • The software in our case is only used during working days and the 8 developers work during all the working days
  • A single developer finishes 5 User Stories per week
  • Once a User Story is completed it could be released in the evening and start to realise the benefits from the next working day on

What exactly is business value here? It’s the monetary benefit resulting from users using our software.

Now we are set and ready to explore different release frequencies.

Our 8 developers are completing 8 Stories per day which results in 800$ value ready to deliver. So, after 20 days of implementation there is 20*800$ = 16'000$ ready to be released. On the evening of the 20th day the release is taking place and from the 21st day on the business now realises a benefit of 16'000$ per day. On the 41st day the value realised sums up to 352$ (20*16'000$ + 1*32'000$). Below table shows the total gained value until a specific day where green cells mark a day after a release:

Every 10 days 8'000$ more value is ready to be gained if the software ends up in production and is used by the users. In this variant the first release happens on the evening of the 10th day. This means we start to get value on the 11th day. Further deployments happen on the 20th, 30th and 40th day:

It should be self-explaining at this point:

Finally the software is released every day. That means already on the second day the benefit of 800$ is gained:

After 41 days we reach 656'000$. Which is equal to (40² + 40) / 2 * 800$.

On a chart the 4 variants compare as follows:

The value created after 41 days is almost doubled when releasing everyday instead of only every 20 days ($656'000 vs. $352'000).

While this model of course does not correspond exactly to reality, it gives an idea about where value is lost. Or more positively put, it shows how you can increase your value realised.

Don’t build for a release. Release what you build.

And of course: keep your User Stories small!

--

--

Get smarter at building your thing. Follow to join The Startup’s +8 million monthly readers & +768K followers.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store