Two Wrongs

Typing Fast Is About Latency, Not Throughput

Typing Fast Is About Latency, Not Throughput

A common misconception in discussions about typing speed is that

any speed above, say, maybe 80 wpm, isn’t going to hinder anyone when trying to put anything into the computer

This particular version comes from an article that’s really about something else, but I’ve heard it in almost every discussion. Let’s examine it.

To be clear, at a steady state in a mature project, I get something like 125 lines of code into production per week. If a line of code corresponds to something like 10 words, and we divide that by my 35-hour work week1 Bless Sweden and their generous culture around parental leave., it would seem like I can type only one word per minute and still get my job done.

But the problem isn’t throughput. If throughput was the concern, most professionals could get by with far less than 80 words per minute. Even writers who work in their natural language struggle with producing more than a few pages per day; counting charitably, that’s less than 5 words per minute.

Throughput is not the issue. Latency is.

What can we do when we are able to type faster?

You can argue that someone writing at 80 words per minute can get a line of code down in 8 seconds, and learning to write at 120 words per minute will improve this by a mere three seconds, so what’s the big deal?

I don’t have any science to point to, but imagine being forced to sit and do nothing (not even think!) for three seconds after every five seconds of typing. That would drive me up the wall!

Comments

Jonathan Whitmore

I completely agree with this. I’ve been working on my own 30 day challenge to boost my typing speed, and the reason is similar to what’s stated in this article: it’s about latency, it’s not the seconds saved.

You mentioned in the article, but I mostly think of it as: the faster one types, the shorter the iteration time. When you can type roughly as fast as you’d normally speak, it’s a totally different experience than t-y-p-i-n-g each word of a sentence.

(Jonathan has a YouTube channel at https://www.youtube.com/@JonathanWhitmore/)