Chesterton’s Fence

Don’t take down a fence until you know why it was put up.

G. K. Chesterton’s rule for reformers: the fence you find pointless was built by someone with a reason. Understand the reason first — then you’ve earned the right to remove it.

Origin

G. K. Chesterton, the English writer and critic, framed the parable in The Thing (1929): a reformer finds a fence across a road and proposes clearing it away precisely because he sees no use for it.

Chesterton’s answer became the principle: “If you don’t see the use of it, I certainly won’t let you clear it away. Go away and think. Then, when you can come back and tell me that you do see the use of it, I may allow you to destroy it.”

The Principle

Never remove something whose purpose you don’t understand. Ignorance of a thing’s function is an argument for investigation, not for deletion — the fence-builder knew something, and until you know it too, the fence stays.

Coined by
Source
The Thing — “The Drift from Domesticity”
In practice
Investigate before deleting
The parable 01 / 08

The Fence in the Road

The instinct “I can’t see why this exists, so it can go” inverts the logic: things that persist usually earn their keep in ways that aren’t visible from the road. Mysterious is not the same as useless.

Instinct
“Useless — remove it”
Reality
Purpose is invisible
Mysterious
≠ useless
Product 02 / 08

The Feature Nobody Owns

Every mature product has features with no advocate and no obvious purpose — until removal day, when the invoices, the auditors, or the two enterprise customers who run on it appear. Low usage is not no usage.

Low usage
Not no usage
Check
Who depends on it
Removal day
Is discovery day
Method 03 / 08

Interrogate, Then Cut

The principle is a sequence, not a prohibition: git blame, the old ticket, the person who was there, the analytics on the odd path. Once the reason is known — and found obsolete — removal is not just allowed but overdue.

Sequence
Understand → judge → cut
Sources
History · people · data
Understood + obsolete
Cut with confidence
Redesigns 04 / 08

The Redesign That Forgot

Ground-up redesigns mow down fences by the acre: the weird margin that dodged a browser bug, the double confirmation that ended a support fire. The old design is a record of solved problems — read it before replacing it.

Old design
Solved-problem record
Weird details
Often load-bearing
Read first
Then replace
Code 05 / 08

Deleting the Odd Line

The sleep(100), the seemingly redundant check, the retry nobody remembers adding — production code’s strangest lines are often patches over invisible failure modes. Delete after understanding, behind a flag, with a rollback.

Odd lines
Patches over ghosts
Delete
Behind a flag
Keep
A rollback path
Balance 06 / 08

Fences Aren’t Sacred

The principle cuts both ways: a team that never removes anything is hoarding, not preserving. Chesterton licenses demolition — it just prices it at one investigation. Pay the price and prune freely.

Never removing
Is hoarding
The price
One investigation
Then
Prune freely

Chesterton’s Fence in the Age of AI

Models refactor code and redesign screens without the meeting notes. The fence’s reason often lives nowhere the machine can read.

In the Age of AI 07 / 08

The Model Can’t See the Reason

An AI refactor judges code by what’s written, but fences are justified by history — the outage, the customer, the regulation. Institutional memory lives in tickets and heads, not in the file the model reads.

Model reads
The file
Reason lives
In the history
In the Age of AI 08 / 08

Make the Fence Explain Itself

The durable fix: write the reason down where the remover will look. Comments that say why, ADRs, and linked tickets turn every fence into one with a sign — readable by the next engineer and the next model alike.

Write down
The why, in place
Readable by
Humans and models
Further Reading