Live data from Hacker News

Typing.io: Typing Practice for Programmers

typing.io

11–20 of 79 posts

Re: Typing.io: Typing Practice for Programmers

#15
post #6

What's the motivation behind doing this exactly? Why not actually write some code to practice...writing code.

I've wondered for a while what my WPM is when writing code. It's slower than plain english text, partly because there's so many more characters in code than in plain english. So something like this lets me see the difference between regular typing tests (e.g. typeracer.com) and coding -- and presumably, which languages are either more familiar to me, or more syntactically sluggish.

Re: Typing.io: Typing Practice for Programmers

#18
post #6

What's the motivation behind doing this exactly? Why not actually write some code to practice...writing code.

Their pricing page shows that it has what appears to be a nice set of features to actually help you get better (note to site owner: might be an idea to put this on the main page).

Despite that I can't imagine myself typing code just for the sake of typing code. Seems to me this would make more sense as a plugin for an IDE. Watch my every keystroke as I do real work and show where I am constantly having to correct myself, and offer ways to prevent that.

Re: Typing.io: Typing Practice for Programmers

#20

This is pretty cool. One thing that bugs me is that the code isn't formatted the way I write. For example, my muscle memory does not involve typing a space inside parens - "function ( selector )". I miss those every time.

Could be nice if they allowed you to apply your own code style (autoformatting) on the source first.
Post reply on HN