vote up 21 vote down star
7

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

51 Answers

prev 1 2
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

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

@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

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 12 vote down

Steve Yegge thinks you need to be a great typist

link|flag
show 1 more comment
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 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 -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

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 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

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 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 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

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

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

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 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 1 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 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

Yes, you must be a good typist. I took typing in high school in grade 8 in the mid '70s on an manual typewriter. I already knew I was going to be going into computers. Not that it helped any with the girls but I was one of three guys in the class. The only course in high school I flunked because I couldn't quite get my speed up to 25 wpm and I could only do 20 wpm. And I didn't care because I was fast enough then and I kenw the home position of the keys.

Now I do about 90 wpm and can touch type the entire keyboard inluding th numeric keypad. Yes, I do make mikstakes but it doesn't take long to fix them. My joke is I'm looking for a foot operated back space key.

I also have eight or nine of a particular Fellowes egonomic keyboard. It's so old it has the large round DIN connector. It can be a pain finding an USB adapter that works with the small PS/2 adapter. The keyboard layout is the kind with the upside T arrow keys and the 3wx2t speical keys. Four of those keyboards stil have the original shrink wrap on them. Last one I had to replace was abuot ten years ago so I figure I'm good for a few decades past my death. Let the executor of my estate throw them out.

Along with several ergonomic wrist rests made out of a 2x6 curved witha jigsaw to follow the keyboard. It extendes six inches past the keyboard to cover the mouse. I had it upholstered with 1/4" of foam and a suede like material. You can see an eight year old picture here. As a reslt my wrists haven't ached for years unless I spend several weeks on my laptop keyboard.

When travelling I carry one of these keyboard and wrist rests for the motel room and another for the client. If I'm spending more then 2 or 3 days there.

link|flag
vote up 0 vote down

If I had to judge whether someone should be hired as software or not, his/her typing skills would be one thing I'd look for. I do not think excellent typing is an requirement, but if someone types slow this shows IMHO that he did not use computers much in his live - BAD sign - and / or he does not care much to improve his skills - also a bad sign.

I can type quite fast and without looking at the keyboard, but I tend to type too fast so my accuracy is not the best yet.

To learn blind typing blind and reasonably fast you just need to know how the 10-finger system roughly works; I do not think you need to take boring typing lessons in some form. All developers know exactly where the keys are - they just need to learn a little technique to know where their hands are without looking. You can learn that without much effort by just reminding yourself time to time about the correct posture and being constantly in touch with the keyboard while typing, so that you can always feel the position of your hands. So there is not much of an excuse not to learn blind typing.

link|flag
prev 1 2

Your Answer

Get an OpenID
or

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