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

prev 1 2
vote up 3 vote down

I can't speak to "should", but it has been my experience that there is an extremely high correlation between good programmers and typing speed. All of the best programmers I have encountered have been ridiculously fast typists, and likewise I cannot recall any good programmers I have met who have not been fast typists. The absolute worst programmer I encountered was also the absolute slowest typist. This is all anecdotal of course, but like I said, in my experience it's been very consistent.

As an aside, why is it that the worst typists also always seem to insist on doing things the hardest/slowest possible way? The aforementioned slowest typist refused to use Eclipse which the rest of the team (40+ people) used and instead would edit everything in some other text editor (or occasionally with windows "edit") and then leave a command prompt open where he would type "javac -classpath blah blah Foo.java" to compile each class when it changed. Or at least when he remembered/realized that it had changed since his last compile cycle. And using the arrow keys to recall the command history? No way, not his style, no matter how many times I said "just hit up arrow" while trying to help him with something.

link|flag
vote up 13 vote down

Can you touch type? -- Yes.
Do you have a very high accuracy level? -- Yes, while coding, but for normal typing stuffs, not so much.
Are you working to improve it? -- I type a lot everyday (read: I am a programmer).
Do you use any tools/software to do so? -- Microsoft Wireless keyboard 3000.

I think that not being able to touch type can interrupt your train of thoughts from time to time.

After all, if you can chunk out your thoughts into code faster, your up for a faster rate of coding. It's like when you edit-test-debug your code but this one is when you mentally think and code simultaneously.

Having your train of thoughts flow naturally and with the least interruptions is a big productivity gain. It's like being in the zone, if you have to stop to find that single letter to type every now and then it's gonna hurt your train of thoughts.

I would go so far as not being able to get in "the zone" if I can't touch type... but that's just me :-)

And about the Microsoft Wireless Keyboard 3000, I bought it because it is low-profile and lets your hand rests more naturally which is important to avoid RSI aka repetitive strain injury. I'd recommend those 2 properties to anyone who's looking for a keyboard.

low-profiles keys are also a big plus when you switch between laptops and desktop a lot.

link|flag
vote up 1 vote down

I also wanted to share my advice and recommendation for every programmer:

All modern operating systems allow you to tweak your keyboard layout. Just learn to do it and place chars such as {, }, ], [, @, /, ~, in a place you can reach them easily.

If you use an English layout most of that keys are already reasonably placed, but they are a hell to find in international keyboards, like Spanish and French.

I have the keyboard layout sources for Windows and Mac for my custom keyboard in an USB drive and in my gmail account so I can easily download them to and install them in any machine I am going to use for an extended period of time.

link|flag
vote up 1 vote down

Short answer: I expect a programmer to be a excellent thinker, solving problems with clever (and hopefully simple) designs.

I agree with the rest - contemplation speed is slower than typing speed. Sure, typing proficiency helps cut down the mistakes and typing throughput, but training towards professional speeds is not helpful. Professional typists usually type what somebody else is thinking about, no?

However, on the inverse end of the spectrum, I also do not expect a programmer to only use two fingers to type with attentive meticulous deliberation. That is a siren warning s/he has spent an unnaturally short amount of time facing a computer and keyboard. The actual behaviour and display of knowledge and competency levels always coincides.

link|flag
vote up 2 vote down

Well, I'm yet to meet a person that can call himself/herself a programmer with a straight face without having spent a lot of time with the computer. Being a programmer, you should have an intimate relationship with your computer and I believe increased typing speed is a product of this relationship.

So yes. Programmers should be able to type effectively.

link|flag
vote up 0 vote down

I don't think programmers need to be excellent typists but they should learn to type properly so they have a reasonable typing speed.

The main objective is to avoid (RSI) typing injuries that can occur through bad typing style.

link|flag
vote up 1 vote down

At the very least, I would recommend a programmer become a touch typist.

I was a one/two-finger typist for a couple years, but when I had to do some seriously repetitive programming working on the Y2K problem for the company I was working for at the time, I developed Carpul Tunnel Syndrome. I subsequently developed touch typing skills with the keyboard on my lap for some time, and it helped dramatically, both for my CTS and programming.

link|flag
vote up 3 vote down

I hate it when programmers use copy/paste to save some key strokes. I'm not speaking of copying 5 or 6 lines of code. What I mean is copying three-letter words or small parts of words and pasting them.

I've seen people using the mouse to select the text (what's even more difficult for shorter text!). Then they use the context menu to "copy" and again the context menu to "paste" the text.

Just type it already, dammit!

That's what I don't consider a good programmer.

link|flag
vote up 1 vote down

I guess I do touch type, but not like a typist would. The difference between developers and typists is that they would mostly use standard characters, whereas we have to use ",.{ } @ a lot, so given a letter to write we would be slower than a typist, but given a block of code I would back myself to beat most typists.

link|flag
vote up 4 vote down

Would you expect a programmer to be an excellent typist?
no - but a good one
I think it helps to look more professionel as a programmer, when you are able to touch type and are not constantly staring at the keyboard. And I think it helps me to think more about the code and less about typing it.

Can you touch type?
yes

Do you have a very high accuracy level?
pretty good I'd say

Are you working to improve it?
no - I'm pretty happy with my level of typing

link|flag
vote up 1 vote down

Any typical secretary should have a better typing skill then a typical coder, and rightly so. While we are in front of the computer for a long time. We are not typically typing all the time. Unless you are some kind of a IRC haunt, there's no reason that you should.
Some skill in typing is good. But typing skill/speed is really a non-issue.. most of the time coding will be spent thinking anyways, and coders seldom write whole sentences.. use of braceses and special characters usually breaks up the flow of typing..

link|flag
vote up 0 vote down

Yes, I can touch type and have an accuracy level of about 97% when doing those online typing tests (with somewhere around 350-400 keys per minute). But while programming, I hardly ever reach the same speed, sure it's helpfull when you finally know what to type, but the majority of the time is involved in thinking how to solve the problem, rather than typing the solution.

link|flag
vote up 5 vote down

I learned to touch-type in high school. God I'm old.

Writing code alternates between needing to be a touch-typist (which I am) and doing weird things with your fingers (touch-typing isn't a big help here) {}#%!. But most of the time you're thinking anyways, so what does it matter?

Last type I tested (twenty years ago) my accuracy was pretty good. Given how often I hit backspace nowadays, not so much.

It's much handy for posting on StackOverflow.

link|flag
vote up 1 vote down

I am a horrible typist. This is why I love intellisense! But, in my opinion, excellent typing isn't really an attribute a programmer has to have.

link|flag
vote up 2 vote down

Being a software developer without the proper typing skills is like being a singer with bad enunciation and diction. Sure you can muddle through, but the coughs and sputters caused by inaccuracies will bite you on the behind.

This is especially true for more verbose languages (not Java, not C#, but Visual Basic!) and is probably the reason why a lot of devs love dynamic languages with lots of symbols.

Touch typing (in the strictest sense) is NOT an absolute necessity, but being able to look at the screen without looking at the keyboard is essential whether or not you are using the right fingers.

As for your questions:

  • Yes
  • Yes
  • All the time
  • No

This question contains a list of typing software in the answers, so you could use that as a reference.

link|flag
vote up 8 vote down

I disagree that typing is an essential skill for programmers -- A wise man (I don't remember which one) once said that, if he was sitting at a terminal, coding, more than 5-10% of his work time, he should be fired for incompetence. I agree -- software engineering is one of the most cerebral activities I engage in.

To answer your questions:

  • I cannot touch-type
  • I do have a high accuracy level -- I used backspace twice in composing this.
  • I'm not currently working to improve it conciously
  • I've never used typing software.
link|flag
vote up 0 vote down

I'm not sure I get the difference between typing fast and being a good typist.

As for typing fast, it always puzzles me how many programmers want to learn e.g. Dvorak keyboard so they can type faster. It seems programming is bound so much more to brain speed than typing speed. I mean, how many characters of code to you really type each day?

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

When I imagine the stereotypical super-coder he is typing so fast that you his fingers aren't even a blur, they have already red-shifted. I type well enough that my bottleneck isn't the typing usually, and we all know premature optimization is bad.

  • Depends on how recently I have played Typing of the Dead.
  • Over 90% offhand guess, backspace is always well within reach though.
  • Nope
  • Some of my pet projects are edutainment but I don't actively play them tons.
link|flag
vote up 5 vote down

Programmers should be good in programming.

Typist skills are useful because they'll make you faster but they're not so important. After all I can write faster than I can code (I mean good code on average) so no, I don't expect a programmer to be a good typist and I really don't care as long as he is a good programmer.

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.