vote up 7 vote down star

If you are a proficient coder who uses a Dvorak keyboard, how long did it take you to become as speedy at writing code with that keyboard, as you were when you used a "normal" (eg. Qwerty) keyboard?

† Any Dvorak layout. I realize there are several.

EDIT: Please quantify your answer. I really want to know: How many weeks/months/etc.? If you have opinions to offer but no numbers, I would encourage you to answer this question or perhaps this one.

UPDATE: Poll questions (which by definition have multiple correct answers) are not exempted from the "accept rate", and people seem to fuss about accept rates lower than 100%. So I am accepting an answer. Doesn't mean it's the right answer, or best answer; I'm just playing the stupid numbers game.

flag

+1, would be quite interested to find out too :) – MasterPeter May 4 at 14:18
Wow, already 2 close votes. This is not an opinion question like so many other un-closed Dvorak questions--and not a duplicate. I am asking for specific, concrete data about a tool that is used for programming. – system PAUSE May 4 at 14:23
dvorak is a red herring: www.reason.com/news/show/29944.­html; spend your time doing something more productive. – jcollum May 4 at 14:31
@jcollum, nice article, thanks! But I do consider it 'productive' to collect metrics about tools, and to disseminate those metrics. – system PAUSE May 4 at 20:09

7 Answers

vote up 2 vote down check

Took me about 12 weeks of programming to get used to it and been using it for years. Have to look at the keyboard to type use Qwerty. The two biggest frustrations are that coding punctuation is awkard to get to as has been noted and that CTRL-V (Paste) and CTRL-W (Close Window) are so close together.

link|flag
vote up 2 vote down

Regular typing took me a few weeks. Programming took MUCH longer because braces, parens, etc. are all somewhere else -- and my hands are hard wired to do shift-[ and shift-9. You can always re-map them, though, which is what I ended up doing (same with ctrl-c, ctrl-v).

I would definitely recommend remapping the common keystrokes, otherwise you'll be an absolute useless person if you ever temporarily use another person's computer :D

link|flag
Thanks for your answer. Could you please quantify "Programming took MUCH longer"? Several months? A year? – system PAUSE May 4 at 19:37
Well, the regular typing was fine but the bracing thing annoyed me so much (for a couple of weeks) until I gave up and "cheated" by re-mapping them. So... infinity since I never learned it :D – Matt Rogish May 5 at 13:43
vote up 2 vote down

I use (one of the many) Spanish Dvorak layout and I got used to it in about a week. Getting my speed back took a little longer; it depends on how long it takes your brain to adapt to a second layout and how much you type with it.

Be aware though, some people have troubles switching back and forth to qwerty and you might be unable to use dvorak in some computers (In my case, I had to create a custom keymap and install it)

link|flag
Thanks for your answer. Can you please quantify "Getting my speed back took a little longer"? Was it 2 weeks, 6 months? – system PAUSE May 4 at 19:35
I don't remember. I do remember I had to type a lot of stuff for college at that time, which helped me inmensly. To throw some numbers, in my case I'd say that by 1-2 weeks I stopped "translating" qwerty -> dvorak and started writing dvorak. At this moment I typed slower than with qwerty (I was slower with qwerty too!). Then I started ganing speed. In about a month I was fast with dvorak. And by the way, if you stop typing in qwerty, you'll lose you qwerty speed too, and more importantly, your ability to switch back and forth. – XenF May 5 at 20:18
vote up 1 vote down

I don't know for Dvorak, but it took me one week to become sufficenty proficient in Colemak layout.

I don't want to start flame wars, but since you are coder you can give it a try since it is better suited for code. Interpunction is in the same places as in qwerty, and some basic shortcuts including letters z x c v q w a are in the same place as in qwerty.

link|flag
vote up 1 vote down

Learning to touch-type on Dvorak doesn't take long. Print out a Dvorak layout and stick it to the bottom of your monitor, and just look at that when you're not sure where a key is. You'll be typing in comfort within a few days. Coding won't be comfortable for about another two weeks.

I personally find the Dvorak keyboard layout much more comfortable than QWERTY... but it is important not to forget QWERTY as you learn Dvorak. I learned Dvorak back in college, and once I went to an interview where they tested my typing skills... and they brought out a manual typewriter! Oops! I had brought a floppy disk with drivers for Windows and Mac, but the manual typewriter was something I didn't anticipate. I spent some time on regular QWERTY every so often after that just to make sure I could do both.

One oddity with Dvorak... it puts the n, t, and s keys all under the least coordinated fingers on my right hand. When I'm typing a word that ends with some combination of n, t, and s I'll transpose the letters a bit... but only when I'm typing at full speed.

So I'd encourage everyone to learn Dvorak, especially if you plan on typing for a good chunk of your professional life.

link|flag
vote up 1 vote down

When I switched over, it took me 3 days to get the layout down, about a week and a half to pick up significant speed at it. It took a couple months before I could type as fast (or better) than the QWERTY layout doing code.

link|flag
vote up 0 vote down

this is an interesting question, but could you clarify something? are you asking because you've committed to learning dvorak to increase your general typing proficiency/efficiency, or because you want to improve your coding proficiency/efficiency? i dont see how mastering the dvorak keyboard layout makes one a more efficienty/speedier coder, as the layout wasn't designed with that goal in mind.

link|flag
excellent question – jcollum May 4 at 14:31
Any time you type words (and words are important in programming) Dvorak will be more comfortable, and perhaps avoid some repetitive stress (especially with the left hand.) You won't believe it until you master it yourself, and that's ok. – Jim Carroll May 4 at 15:07
sorry, i wasn't trying to be spiteful, or to indicate that the poster should or should not use the layout. it just seems like the relative key frequencies when i code are substantially different from when im writing an email. the dvorak layout was designed specifically with the latter case in mind. perhaps surprisingly, ive also met quite a few programmers who cant type; and it doesn't seem to make them less efficient at programming; they just are terribly good at mavis beacon. – blackkettle May 4 at 15:27
i wonder if there are any studies out there that look at this subject. – blackkettle May 4 at 15:29
I am asking because I'm curious about the typical time investment needed to become proficient with a new tool. In a similar sense, I'm curious about the typical time investment needed to learn Lisp, or x86 assembly, or OpenGL, or GWT. Whether any given tool is 'better' than what I've got or will make me a 'better coder' is pretty subjective, so I'm asking for raw data. And this isn't exactly a scientific poll, but it's a broader audience, with more chance of useful data than I would get asking around the office. Plus, I think other coders might find the answer useful. – system PAUSE May 4 at 19:50

Your Answer

Get an OpenID
or

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