vote up 21 vote down star
6

OK, I know this is kind of subjective, and I apologise for that, but hear me out.

I have to admit, like most geeks, I got into computing at an early age, this means I never even considered things such as typing speed etc.

Now, I was chatting to my colleagues the other day, and we all admit, while we can type reasonably fast, for the most part, we are terrible typists! This makes me chuckle, as all [good] programmers try to always hone their skills in solving kickass problems, but what about the more mundane typing?

So the question is:

Would you expect a programmer to be an excellent typist?

And to spice it up a bit (and allow more scope for a "good answer"):

  • Can you touch type?
  • Do you have a very high accuracy level?
  • Are you working to improve it?
  • Do you use any tools/software to do so?
flag
show 5 more comments

49 Answers

1 2 next
vote up 26 vote down check

My 2 cents:

I have forced myself to be a good touch typist because I think it helps ME.

I wouldn't expect other programmers to be touch-typists.

You could think that such a basic skill should be part of the toolset of any good programmer, together with regular expressions, knowing their platform's command line, or even speaking English to a good level.

But in the case of touch-typing I'm willing to make an exception because I think it is a skill that almost everybody learns at a young age and people just get used to it. I know some programmers that can type decently fast (80 wpm) without touch typing. If they like it that way good for them.

Additionally, I think a good programmer can get more productivity gains by other means, like knowing their keyboard shortcuts, their IDE features and knowing how to automate repetitive tasks, so the 'performance' gains of touch typing are not that important for a programmer in comparison to, say, a secretary or a writer.

I think touch-typing is more a comfort and ergonomics thing, like having a nice chair to sit all day or having a good screen.

To answer your poll:

I use the dvorak keyboard (I switched a year ago from QUERTY) and I couldn't be happier. I'm not typing much faster, but I'm much more comfortable and make considerably less mistakes.

And about my ways to improve, you can find me at http://typeracer.com in my spare time. =)

link|flag
show 1 more comment
vote up 0 vote down

Well I guess you could also ask: should programmers have hands?

I know the argument about the most important thing is knowing how to think. Well, yeah, but if you have to stop thinking every time you use your keyboard, that's not going to help is it?

Two answers have already referred to Steve Yegge's rant, which also raises the question of programmers being able to read. I am always astonished by the amount of time people take to find an item in an alphabetical list.

I guess it's a question of 'flow' - all these little things (finding stuff in lists, remembering names of classes, typing easily) can accumulate to either help you keep with the flow, or if you don't have them, it can slow you down terribly.

Another slightly more controversial argument - refer to Jeff here - is that the faster you type, the faster you make your mistakes and correct them. I can get something wrong 3 times and right 1 time in the same time it would take a hunt-and-pecker to get it wrong one time. You may be the Gary Kasparov of programmers, and you can compile, run and test your code in your head before you've even put finger to keyboard. Not me.

Having said all that, there is another consideration, which is that being a touch typist might actually be worse for you than being a 'random but fairly rapid' typist. I'm the only person in my department who touch types, and the only one who has wrist pain problems. Probably not statistically relevant, but all the same...

link|flag
vote up 0 vote down

Programmers can touch-type. Every one of them.

Wankers are those who think they can program but cannot touch-type.

link|flag
vote up 1 vote down

I never used any software to learn how to type. I am using blank keyboards at work (Happy Hacking Professional) and at home (Das Keyboard Ultimate). I stopped looking at the keys several years ago - staring a 100+ white keys that are absolutely identical to each other is pretty deceptive. Those keyboards tend to be well crafted because users do not care so much about the looks.

In the long run, I think it makes you less distracted and more focused on what you are doing. There is little or no interruption in your coding flow. You probably think more about the structure of your code.

In my experience, accuracy is lower with keys that you use less frequently - numbers for instance - although I know some people who learnt at a younger age and are very accurate. So it might just be a question of "when" you acquired those skills, rather than "how".

Using blank keyboards can be tricky when you need to enter complex passwords. Also, in a professional environment, you need to remember that you will need to keep a regular keyboard attached to your computer (when colleagues need to use your workstation or have to enter their own credentials for a temporary session).

Some of my colleagues also refuse to use sophisticated development environments and stick to simple text editors for a similar reason. They think it impairs their ability to deeply understand and memorize the code structure.

Just buy a pair of blank keyboards and use them on a daily basis at home and at work. In the long run, you will be rewarded.

link|flag
vote up 0 vote down

Most of the programmers I meet at conferences and user group meets are touch typists.. Most programmers(including me) are touch typists because we are typing day in and day out. We code at work, go home and work on pet projects.. write blogs for relaxing.. even mundane activities require typing (using IM to chat with 4 ppl simultaneously).

I have been programming since the 4th grade (working for sometime now), but learned touch typing just an year ago.. and I must say that my efficiency jumped up (22wpm to 63wpm). Coupled with Vi, typing is just not a hindrance (I didn't realize that it was a hindrance until I learnt to type) any more..

  • Can you touch type? Yes
  • Do you have a very high accuracy level? Yes
  • Are you working to improve it? Used to, not anymore.. current speed/accuracy is enough for the job I do.
  • Do you use any tools/software to do so? I owe it all to gtypist and typespeed. (both in debian/ubuntu repos)
link|flag
vote up 0 vote down

Good typing skills help with non-programming tasks such as writing documentation and e-mails. However, for the actual coding it makes no difference, especially with a good editor such as vim. We are programmers, not typists :)

To answer the concrete questions:

  • Can you touch type? Yes.
  • Do you have a very high accuracy level? No
  • Are you working to improve it? No
  • Do you use any tools/software to do so? N/A
link|flag
vote up 0 vote down

In short: I think learning to type fast is so easy for a programmer that there is no excuse not being able to type blind.

I think it does definitely help to be able to type fast. I usually think a little, then type my thoughts, and then think more while looking at what I typed. Thus I am faster when I am able to type quickly.

The advantage of being able to type without looking is obvious.

The effort to learn to type with the 10 finger system is in my opinion very small if you have been typing for years. Just understand the basic principles of it and remind yourself periodically of the right posture and which finger types which letter. You already know where the keys are, so you don't need to take actual typing lessons.

Having a good contoured keyboard helps as well, since you feel where your hands are: I use the Kinesis Advantage model, which improved my typing speed by 50% alone. Don't worry about the weird form: it won't take you more than a day to adapt to the keyboard.

link|flag
vote up 0 vote down

I won't hire anyone who types with two fingers and I definitely hesitate if they can't touch-type.

I hear the argument that if you make good use of the IDE then you can still be an effective programmer without being able to touch-type, but I would argue that your keyboard is part of your IDE - the most important part in my opinion.

link|flag
vote up 0 vote down

I can type faster than I can think.

I choose my variable names etc. so that any poor typing mistakes won't introduce bugs.

When my typing becomes a problem, I'll invest time in improving it.

As it happens, I type fairly quickly but am not a touch typist - I halved my typing rate for this sentence, which I typed completely without looking at the keyboard (and using the delete key a lot).

link|flag
vote up 0 vote down

I feel that I am a decent touch typist. I honestly have been typing almost since I could walk. As for my accuracy level, I think it really depends on what you consider accuracy. Quite often I find myself misspelling words, and having to go back and fix them, but that's why the backspace is my friend.

I type nearly everyday for work and for pleasure. But I am going to say in the current state of IDEs that typing may not be as large of a deal as it use to be. With code completes, snippets, and other shortcuts, someone that is not as fast at typing, but knows the shortcuts may be able to get things done more quickly.

link|flag
vote up 0 vote down

I don't see how you can work full time on a computer, and claim that typing skills are not absolutely critical. The keyboard and mouse are your most basic tools. IMO, failing to learn to use them is just plain lazy.

link|flag
vote up 0 vote down

To compare your typing quality / speed with other programmers a great tool to do so is 'typespeed' for Linux/Unix. Typespeed is a command line typing speed test, wich you can also play against others on the network. If you have shell access and the possibility to install typespeed it's pretty nice.

Intallation on Gentoo:

(sudo) emerge typespeed

Debian / Ubuntu

(sudo) apt-get install typespeed

link|flag
vote up -1 vote down

Steve Yegge's has a nice post on this subject on his blog. I just started exercising my typing skills last week, because i convinced myself it was worth the effort.

link|flag
vote up 0 vote down
  • Can you touch type? - Yes
  • Do you have a very high accuracy level? - Yes
  • Are you working to improve it? - Sometimes.
  • Do you use any tools/software to do so? Yes - TYPERA
link|flag
vote up 0 vote down

Touch typing really does help with all aspects of using a computer, I think. I also think that once you've learnt to touch type, programming makes you even better at it (think of all those symbols you have to know the location of).

I must say, I'm a bit surprised that touch typing isn't one of those skills that programmers would assume essential.

Saying that, with the advent of Intellisense, even touch typists don't type all the letters out, and having your little (alright, pinky) finger half on the tab key becomes a bit more important.

Answering your questions:

I can touch type My accuracy level is pretty high I improve it all the time because I am looking at the screen while I type! I learnt to touch type when I was 12 using an early version of Mavis Beacon Teaches Typing on a Toshiba luggable 286 Monachrome CGA, mainly because my dad didn't want me to play games on it, so what else was I to do?

link|flag
vote up 11 vote down

Steve Yegge thinks you need to be a great typist

link|flag
show 1 more comment
vote up 0 vote down

It's like asking whether a musical composer should be able to competently play an instrument. It helps, but it is not essential.

However, I will say it really bugs me when I'm pair-programming with a hunt-and-pecker.

link|flag
vote up 1 vote down

@lassevk:

If you're not an expert typist, you don't have enough experience to be called an expert programmer.

Hogwash. One of the guys in my group has been there for over twenty years and is one of the best programmers around. He still types only with the index finger of each hand. I never learned touch typing but I'm much faster than he is. Of course, there are a few others in my group who are much faster than me.

Answers to the questions:

  1. Yes
  2. Not especially high, but I'm very fast on the backspace key :-)
  3. No
  4. No
link|flag
vote up 0 vote down

If you're not an expert typist, you don't have enough experience to be called an expert programmer.

link|flag
vote up 1 vote down

Most people answering don't really quantify what a good typist is. I don't believe you need to be a touch typist. I know many good programmers who don't touch type and get by with very fast, one finger on each hand, accurate, hunt and peck techniques. To me a good typist for programming is one that can type accurately and at a reasonable speed (35 words a minute or better). Also it is important to be able to type the shifted special characters.

Let me answer the specific questions:

* Can you touch type? Yes
* Do you have a very high accuracy level? Yes
* Are you working to improve it? No
* Do you use any tools/software to do so? No

I learned to type in high school in my freshman year (1967). I was reasonably accurate and I ended up being able to type 65 words a minute. I then didn't use that skill until I went to school for programming in the Air Force (1980), when I was 26 years old. I'm going to really date myself here. The first programming I did was using punch cards (Fortran). For those that aren't familiar with that, you basically typed one line of code per punch card. You then hand your deck of cards to the computer operator and after 30 minutes or so you got a listing to see if your stuff compiled or what the results of a run was.

My ability to type made it where it was easy to create the punch cards, get correct syntax , and get the final results faster than anybody else in my class. I was then able to use that free time to help my classmates with their problems (which taught me more than all of the classes that I was taking).

I have since worked with several programmers with very poor typing skills. I would personally not hire them. It is usually painful to sit with them and help them while they are doing stuff. My worst experience was with one that typed with the eraser end of his pencil.

The best way to practice is to type what you need to type. I believe one of the better tools to learn the skills you need is any variation of "Typing Invaders". I improved my programming typing skills by entering code from magazines in the early 80's. I've known several that have used "Typing Invaders" to learn those harder to type characters.

link|flag
vote up 0 vote down

on a lighter note:

Good typist or not I find looking at the screen and typing I can do very quickly but have you ever tried looking to your left or right and type something of an article?

For me it's like I've never typed a word before. I have to keep looking at the keyboard or the screen.

Anybody the same experience?

link|flag
vote up 7 vote down

I can touch-type at 100wpm sustained at pretty much 100% accuracy, and boy does it help. I find it incredibly useful to be able to type code very, very quickly. Of course there is a great deal of thinking time involved in programming, and thus you can't simply magically produce endless code, but in my experience coding happens in spurts. Being able to write a 'spurt' of code very quickly and just prototype something gives you a real edge and just removes an obstacle from the brain-computer interface.

I am of the [possibly controversial] opinion that a programmer should be able to type as fast as they possibly can; the keyboard is, after all, the tool of our trade. The faster you type the faster you are able to generate these spurts and more quickly prototype code. I believe there's a linear relationship between typing speed and productivity to a certain degree, so I don't think there are any excuses.

Additionally I think being able to very quickly type emails, etc. to colleagues who aren't within speaking range (or maybe within speaking range; talking to somebody can sometimes be far more of a distraction compared to an email which can be answered in a free moment) allows for more expressiveness - if you can type double what you could in the same time you used to you can express far more in the same working day.

Overall I think it's super-useful and something every programmer should get down cold.

Incidentally I never sat down to learn to type, I just naturally managed to pick up speed and learn through muscle memory to not look at the keyboard; so I'm probably giving myself carpal tunnel as I type, so I guess a real advantage of actually formally learning it is learning not to do things which might hurt you as well!

link|flag
show 3 more comments
vote up 2 vote down

As an average programmer and typist, I think being an excellent typist would increase my productivity but not in a linear way, because of two things.

The first one is that reading code is a big part of the job, and the ability to focus is more important in my opinion.

The second one is that I use auto-completion, code snippets and automated refactorings all the time. Most coding tools (IntelliJ, Emacs, Visual Studio, Vim) have very good auto-completion. Emacs/Vim/Textmate have easily extensible snippet systems, and IntelliJ has lots of automated refactorings that expands code for you, such as "insert constant/field/variable", "generate getter/setter", "extract method" or "surround with try/catch". Note: none of them require the mouse.

So I don't expect a programmer to be an excellent typist, though I agree I'd love to be one and I occasionaly work to improve my typing with http://www.goodtyping.com/, and Typing of the Dead kind of games.

link|flag
vote up 1 vote down

We're not good typists because we expect to be able to complete the word after 3 letters with a tab.

Also it ruins your spelling: I now find myself alternating between American (i.e. color) and correct (i.e. colour) English ;-)

link|flag
vote up 0 vote down

While I agree that keyboard skills aren't central to being a truly good problem solver, I must admit that they help. The quicker you can get your ideas written down, the better. Your brain always has more things for you to type. I think that too many Visual Studio users don't even know keyboard shortcuts that advance the caret to the next word, etc. There's a co-worker of mine, and I really envy his alacrity with moving the cursor around VS using the keyboard (he attributes this skill to MUD's).

link|flag
vote up 0 vote down

I would say I'm a pretty decent typist - maybe not what would be considered a classical touch typist (I don't always use the 'correct' fingers for keys, and there are certainly times that I look at the keyboard while typing), but I can type with fairly good speed and accuracy.

Having said that, the very first criteria I have in a keyboard is a large enough backspace key. There are other considerations as well, of course, but if the backspace key is only the size of a standard single key then it is immediately out of the running.

link|flag
vote up 0 vote down

I'm a good (fast and accurate) touch typist, courtesy of my 8th grade typing class and the interminable, boring drills we had to do every day.

I find it a useful skill, but mainly for typing documentation and stack overflow.

link|flag
vote up 0 vote down

No, I wouldn't expect a programmer to be an excellent typist - its not part of the job description and, although it should probably be otherwise, they are not trained so to be.

Of course it would be better if they were a good typist (I'm adequate having been pounding a keyboard for nearly 30 years and am typing this without looking at my fingers) but its not actually a skill I currently look for...

Hmm, perhaps there's a training issue that one could address (-:

Of course the flipside of the problem is that much of what we type is relatively complex and possibly not well matched to the keyboard layout?

Murph

link|flag
vote up 0 vote down

After 8 years of two finger typing I taught myself touch typing using Mavis Beacon, and I love being able to type much faster, more accurately, and hardly ever having to look at the keyboard as I type. I know plenty of great programmers who can't touch type, but I just think they are mad to not learn. It's frustrating to watch them.

link|flag
vote up 3 vote down

I've previously worked with dyslexic programmers and sysadmins (yep... we used to have a couple of DNS entries for some servers because the 'correct' spelling differed from the 'actual' servername. So I'll answer an emphatic NO!

If you want to improve your typing skills, try DAS Keyboard with no labels on the keys your touch typing will get better pretty damn quick.

If your programmer is writing the specs, he better be a damn good typist. If he's simply writing code and comments, speed is not the issue. Don't you spend half your time looking for a misplaced semi-colon or a mixup between > and < ? Typing skills won't make you a better programmer thats for sure.

link|flag
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.