
Understanding the Economics of Software Delivery
Deployment Overhead
We write about software development and building teams that perform.
Dormant Last read · last published · next check
Read 3 days ago and current, but nothing has been published for 3 years.

Deployment Overhead
A recurring theme when organizing software development teams is how to build the communication structures in and around the team.
Testing is a central activity in software development: due to its “softness”, software changes very frequently and, particularly in large systems, this rate of change can cause previously correct behavior to change; this type of bug is commonly called a regression.
Developing software is a marathon, not a sprint, which makes planning a key part of the process; without a plan, you’ll get dragged away by the events of the day and, eventually, find that you didn’t quite end up where you wanted to.

Growing adoption of DevOps has been one of the trends of the last 15 years or so in software engineering; in short, DevOps stresses the collaboration between Development (writing the software) and Operations (running the software).

In the last blog post, we explained the reasons for founding keeoon through a couple of scenarios found in the software development world of today.

Why keeoon exists