It really depends on if you are coming up w/ something new, or working on trying to get something up, you have already done ( think web app w/ 50 reports all w/ json datasets visualized by javascript ).
Poll: How much of your work time is typing code?
21–30 of 52 posts
Re: Poll: How much of your work time is typing code?
#22Re: Poll: How much of your work time is typing code?
#23Re: Poll: How much of your work time is typing code?
#24The finer interval that you measure the smaller the percentage will be:
Level1: I spend 4 days out of five coding (80%) Level2: I spend 4 hours out of 8 on those days (40%) Level3: I spend 2 hours out of those 4, bathroom breaks, code sketching, extended thinking time (20%) Level4: I spend 1 hour out of those 2, reading notes as you type, interruptions, "fatigue" pauses (10%) Level5: I spend 20 mins of that hour, pauses between keypresses, etc.. (3%)
So it's either 80% or 3% depending on your zoom level.
Re: Poll: How much of your work time is typing code?
#25Re: Poll: How much of your work time is typing code?
#26I try not to start writing code until I am at the point where it's pretty much just typing. It doesn't always work out this way, and it isn't necessarily always the right move, but it forces me to have a really clear mental model of the problem in question before I start committing things to paper (so to speak), which typically saves a refactoring or two down the road.
I usually end up doing a lot of the thinking about the problem while talking to whoever is requesting it. That's the only way to guide them to easier, cheaper, cleaner paths. There's still a lot of finer details to work through, but it's usually enough to get started coding.
Re: Poll: How much of your work time is typing code?
#27Re: Poll: How much of your work time is typing code?
#28"I’ve decided that from now on, I should be measuring the quality of my life by the ratio of the amount of time spent programming to the amount of time sitting in meetings."
Re: Poll: How much of your work time is typing code?
#29Re: Poll: How much of your work time is typing code?
#30For me it's 1%.