← Back to blog
Strategy

Maintenance isn't a bug, it's the plan

5 min read / May 10, 2026
Cover image for “Maintenance isn't a bug, it's the plan”

There's a comforting myth that software gets "finished", handed over, and then just runs forever. It doesn't. The web underneath it keeps moving: browsers update, security holes get discovered, dependencies age. A site left completely alone doesn't stay the same, it slowly falls behind.

This isn't a flaw in how something was built. It's the nature of the medium. Planning for maintenance isn't admitting the work was incomplete, it's admitting the work is alive.

What maintenance really covers

Keeping software healthy is mostly quiet, unglamorous work:

  • Security updates. The parts you didn't write still need patching when holes are found.
  • Small fixes. The little rough edges that only surface once real people are using it.
  • Room to grow. As your business changes, the software should be able to change with it.

Neglected software doesn't break all at once. It erodes, until one day something important stops working and nobody knows why.

Building it in

The right time to think about maintenance is before the first line of code, not after something breaks. When it's part of the plan from the start, keeping your software healthy is a small, predictable cost, not a nasty surprise down the road.

Weighing up a project?
Let's scope it the right way

A clear plan and a fixed price before a line of code is written. Tell me what you're considering and I'll give you a straight, honest answer.

Start a conversation →
Related posts
Cover image for “What "fixed-price" really means, and why I work that way”
Strategy

What "fixed-price" really means, and why I work that way

Hourly billing quietly punishes you for asking questions. Here's how a fixed price changes the whole relationship, and what it takes to quote one honestly.

6 min read
Cover image for “Why your site should load in under a second”
Performance

Why your site should load in under a second

Every extra second of load time costs you customers. A look at what actually makes a small-business site fast.

4 min read
Cover image for “Off-the-shelf vs. building your own”
Custom tools

Off-the-shelf vs. building your own

When a subscription tool is enough, and when a small business is better off with something built for exactly how it works.

7 min read