Question

Possible Duplicate:
An Ideal Keyboard Layout for Programming

As a programmer I don't type as much human language as normal users. In fact, a lot of what I type are ASCII special characters such as $();:?=+-'"\[]{}<>. Needless to say, QWERTY is not good at programming.

function decode($t)
{
    return preg_replace('/&lt;(\/)?('.tuh::$tags.')&gt;/i','<\1\2>',$t);
}

So I'm thinking about trying other layouts like Dvorak or Colemak, but they don't seem to be much better (Even the programming versions). So is there one that actually places the common keys right there next to the home row? No more stretching for each $ or ]?

Was it helpful?

Solution

I'd still say qwerty just because; at least in my job; I use a number of different keyboards/computers during the day and the adjustment can be rough moving across.

OTHER TIPS

How about a programmable keypad?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top