Skip to content
Brihat InfotechBrihat Infotech

Platform Strategy

The seven legacy modernisation approaches, compared

Rehost, replatform, refactor, rearchitect, rebuild, replace, encapsulate. What each actually costs, what each actually buys, and why a large estate needs several.

Animesh Pathak31 Jul 20264 min read

Most modernisation guides organise around this taxonomy and then recommend whichever option the author sells. The taxonomy itself is genuinely useful, so it is worth setting out honestly — including where our own preferred answer is the wrong one.

The seven

ApproachWhat changesRelative costWhat it buys
RehostInfrastructure onlyLowestOff dying hardware. Nothing else.
ReplatformRuntime, minimal codeLowSupported stack, some operational gain
RefactorCode, not structureMediumMaintainability; change gets cheaper
RearchitectStructureHighIndependent scaling and deployment
RebuildEverythingHighestExactly what you specify — if you can specify it
ReplaceThe system itselfVariesSomeone else's maintenance burden
EncapsulateNothing insideLowAn interface; buys time and optionality

Where each genuinely fits

Rehost

The data centre contract is ending or the hardware is unsupported, and the application is fine. Do this, take the win, and stop. Rehosting is frequently derided as "lift and shift" by people selling something more expensive; when the problem is genuinely the tin, it is the correct answer.

What it does not do is make anything cheaper to change. If the pain is change velocity, rehosting will not touch it.

Replatform

Same code, supported runtime — an unsupported database version to a current one, an application server to a container. Modest effort, real operational benefit, no structural change.

Refactor

Worth it when the system is structurally sound and simply hard to work in. It is also the approach most likely to be quietly abandoned, because it produces no visible feature and competes with the roadmap every sprint. Fund it explicitly or it will not happen.

Rearchitect

The monolith genuinely cannot scale or deploy in parts, and that is measurably costing you. The caution: much of what gets rearchitected did not need to be. Breaking a system apart adds network calls, distributed failure and operational complexity, and it is only worth it where the coupling is the actual problem.

Rebuild

Highest cost, highest risk, and the one most likely to be cancelled at eighty per cent. It is right when the system is small enough to redo in months, when the platform is genuinely dead, or when the business process is being deliberately replaced too — so parity with old behaviour is not the goal.

Where none of those hold, a rebuild is usually an incremental migration that has not admitted it yet.

Replace

A packaged product covers the need. Run the fit-gap honestly and count what needs customising rather than configuring — a short list means buy, and the cheapest modernisation is the one someone else maintains.

Encapsulate

The most underrated of the seven. Leave the system running, put a documented interface in front of it, and point everything else at that interface.

It changes nothing inside and buys a great deal: the rest of the estate stops depending on internals, integration stops being bespoke each time, and — crucially — you can now replace what is behind the interface incrementally without anything downstream noticing.

Choosing, per system

Four questions, applied to each system rather than to the programme:

  1. What is the actual pain? Hardware, cost, change velocity, scaling, or risk. Each points somewhere different, and "the system is old" is not a pain.
  2. Can it stop trading? If not, anything requiring a single cutover is off the table.
  3. Is the behaviour documented? If it exists only in code, rebuild is far riskier than it looks, because the specification is the thing you do not have.
  4. Is there an external date? An end-of-support or regulatory deadline removes options and should be worked backwards from.

A large estate will produce different answers for different systems. Treating modernisation as one decision is how organisations spend rebuild money on systems that needed rehosting.

The sequencing strategy that ties them together

The strangler pattern is not an eighth option. It is how you apply several of these in order on a system that cannot stop: encapsulate first so the estate stops depending on internals, then rearchitect or rebuild capability by capability behind that stable interface, then decommission what is left.

Its value is not elegance. It is that the work can be stopped at any point and still be worth something — each capability moved is value delivered and risk retired. A rebuild cancelled at eighty per cent is worth nothing at all.

The uncomfortable summary

The most common mistake is choosing an approach that is more expensive than the pain justifies — usually rebuild, usually because "the system is old" got treated as a diagnosis rather than a symptom.

Name the pain first. Several of these seven are cheap, and one of the cheap ones is often the right answer.

  • legacy
  • migration
  • modernisation
Questions this raises

Seven, and they answer different situations rather than competing. Rehost moves it as-is to new infrastructure. Replatform changes the runtime without changing much code. Refactor cleans the code in place. Rearchitect changes the structure, usually breaking a monolith apart. Rebuild writes it again. Replace swaps it for a packaged product. Encapsulate leaves it running and puts an API in front of it.

AP

Written by

Animesh Pathak

Founder

Founded Brihat Infotech in 2022 and has led delivery on every engagement since. Works problem-first: map how the organisation actually runs before proposing a system, then stay on the engagement long enough to be accountable for whether it gets used.

Next step

Bring us the problem. We will bring the architecture.

A discovery call takes forty-five minutes. You leave with our read on the problem, the shape of the system we would propose, and a straight answer on whether we are the right team for it.

  • No sales deck
  • An engineer on the call, not an account manager
  • NDA before you share anything