Live data from Hacker News

Poll: How much of your work time is typing code?

news.ycombinator.com

11–20 of 52 posts

Re: Poll: How much of your work time is typing code?

#11
post #6

Easily less than 1%. The code is just the manifestation of the solution that I spent most my time coming up with. I am actually annoyed when I need to use Java because it triples my typing time compared to Python.

So, in the end, if it affects less than 1% of your time, language choice is not such a big deal for you, right?

Correct, although some languages fit my thinking better than others. Sometimes features are missing that can lead to really convoluted workarounds that would greatly increase the amount I need to type.

Re: Poll: How much of your work time is typing code?

#15

Easily less than 1%. The code is just the manifestation of the solution that I spent most my time coming up with. I am actually annoyed when I need to use Java because it triples my typing time compared to Python.

java doesn't just triple characters typed -- java changes the way you model the solution, most notably by making 'nouns' so easy and 'verbs' so hard. in fact, due to the 15% or whatever shown in this poll, i wonder if verbosity isn't really that big a deal. nor is VIM.

Re: Poll: How much of your work time is typing code?

#17
post #6

Easily less than 1%. The code is just the manifestation of the solution that I spent most my time coming up with. I am actually annoyed when I need to use Java because it triples my typing time compared to Python.

So, in the end, if it affects less than 1% of your time, language choice is not such a big deal for you, right?

Alternatively, language choice is a big deal for him, as it has increased his productivity so he can focus on not-coding activities.

Re: Poll: How much of your work time is typing code?

#19
25% and this seems to be the average for everyone so far.

I'm not happy about it. Meetings and decision making takes most of the time.

In theory that is ok, but in reality those meetings and decisions are actually very slow. I'm expert in my field and I know most of my decisions are the correct and best ones, however I have to explain it to others, and usually they come to the same conclusion as me - but it takes a week for that process.

I would like if at least 50% of the time was actual coding or setup or w/e kind of "actual work", because discussions don't make me feel like I'm progressing.

Re: Poll: How much of your work time is typing code?

#20
I think it really depends on what's filling the remainder of your time. If I'm working on something difficult, and I spend that time talking my thoughts over with someone else, that's going to feel great. If I have only trivial work to do, but meetings and other bureaucratic nonsense get in the way, I'm going to feel like shit.
Post reply on HN