I don't understand programmer's obsession with typing efficiency. We're not typists. Typing is a tiny fraction of the time I spend programming. Most of the time I'm thinking, or talking to another developer about a problem. I could have the fastest typing skills and most efficient editor and not even be marginally more productive.
Typing Practice for Programmers
121–130 of 224 posts
Re: Typing Practice for Programmers
#122I don't understand programmer's obsession with typing efficiency. We're not typists. Typing is a tiny fraction of the time I spend programming. Most of the time I'm thinking, or talking to another developer about a problem. I could have the fastest typing skills and most efficient editor and not even be marginally more productive.
I cannot fathom how people can find the time to actually approach any particular problem at a reasonable depth if it will take them more time to type out the solution than reading and understanding the existing code and determining how to solve the problem. Sure there's code where there's boilerplate, or add a line to a bunch of files, or tons of ways that raw typing speed doesn't play much of a benefit, but when it comes time to type, having to move your hands and look to find the { is akin to a carpenter having to read every label to find the bottle of glue.
Re: Typing Practice for Programmers
#123Re: Typing Practice for Programmers
#124Re: Typing Practice for Programmers
#125Re: Typing Practice for Programmers
#126Penalization for adding additional whitespace between identifiers in some situations: "[one,two,three]", for example, I personally like adding a space after the comma and do it automatically.
Re: Typing Practice for Programmers
#127Earlier quoted context omitted.
because then they can't run reports across all users/languages. This is an awesome dataset that (I hope) they are collecting for language designers.
Why not? How does cookie storage of information about your progress prevent those reports? Presumably they are storing that information in their back-end somewhere.
Re: Typing Practice for Programmers
#128Awesome! This is incredibly cool. Bug: Caps Lock key is ignored. Feature Request: c#
Re: Typing Practice for Programmers
#129Kinda OT, but I noticed you're using Google Fonts, and they load instantaneously. When I use Google Fonts, they take a little bit, usually loading after the whole site is already displayed. Did you optimized anything regarding this?