Words you're probably using wrong

May 8, 2010 · 2 min read

I'm a stickler for the exact use of language. So it pains me when I hear important concepts bandied about. When words become buzzwords, they are used loosely and a lot of the original context for the term is lost. Here are some examples:

"Disruptive." Often used to mean any big change in a market or industry. But not all transformational innovations are disruptive. In fact, the term was introduced by Clayton Christensen specifically to distinguish certain kinds of big changes from others, which he calls "sustaining" innovations:

Sustaining innovation is an innovation that brings to market a product or service that a company in the market could sell for higher margins to its best customers. In other words, sustaining innovation brings a better product into the market. Some sustaining innovations are simple, incremental, year-to-year improvements. Others are dramatic, breakthrough technologies the transition, in telecommunications, from analog to digital, and digital to optical....

The odds overwhelmingly favor the incumbent leaders of the industry in battles of sustaining innovation — whether they are simple, incremental innovations or breakthroughs.

A disruptive innovation brings to market a product not as good as the products in the current market, and so it cannot be sold to the mainstream customers. But it is simple and it is more affordable. It takes root in an undemanding portion of the market, then improves from that simple beginning to intercept with the needs of customers in the mainstream later.

I call that a disruptive innovation not because it's a breakthrough from a technological sense, but instead of sustaining the trajectory of improvement that has been established in a market, it disrupts it and redefines it by bringing to the market something that is simpler.

"Pivot." Often used to mean any change in business strategy or product. But not every change to a business plan is a pivot. In fact, the term was introduced by Eric Reis specifically to distinguish certain kinds of changes from others, which he calls "jumps":

I want to introduce the concept of the pivot, the idea that successful startups change directions but stay grounded in what they've learned. They keep one foot in the past and place one foot in a new possible future.... By contrast, many unsuccessful startups simply jump outright from one vision to something completely different. These jumps are extremely risky, because they don't leverage the validated learning about customers that came before.

"Refactoring." Often used to mean any change made to code. But not every change to code is refactoring. The term names a specific type of change:

Refactoring is a disciplined technique for restructuring an existing body of code, altering its internal structure without changing its external behavior. Its heart is a series of small behavior preserving transformations. Each transformation (called a 'refactoring') does little, but a sequence of transformations can produce a significant restructuring. Since each refactoring is small, it's less likely to go wrong. The system is also kept fully working after each small refactoring, reducing the chances that a system can get seriously broken during the restructuring.

Refactoring is not the same as redesigning, re-architecting, or rewriting, which can entail much more cost and risk.

I won't get on your case if you use these words in their more general senses around me. But I make an effort to use them precisely, and you should too. The distinctions they make are too important to be lost. Otherwise you'll end up founding a startup on a sustaining innovation, thinking you're being "disruptive"; thrashing about from idea to idea, thinking that you're "pivoting"; and rewriting your whole codebase from scratch thinking that you're "refactoring".

Words matter because concepts matter.

These days I do most of my writing at The Roots of Progress. If you liked this essay, check out my other work there.

Subscribe

Get my posts by email:

Follow @jasoncrawford on Twitter

Subscribe via RSS

Copyright © Jason Crawford. Some rights reserved: CC BY-ND 4.0