Poll: How much of your work time is typing code?
1–10 of 52 posts
Re: Poll: How much of your work time is typing code?
#2Re: Poll: How much of your work time is typing code?
#3Re: Poll: How much of your work time is typing code?
#41% or even less!
Re: Poll: How much of your work time is typing code?
#5I am actually annoyed when I need to use Java because it triples my typing time compared to Python.
Re: Poll: How much of your work time is typing code?
#6Easily 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.
Re: Poll: How much of your work time is typing code?
#7Easily 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.
Re: Poll: How much of your work time is typing code?
#81% or even less!
Re: Poll: How much of your work time is typing code?
#9I 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.
Re: Poll: How much of your work time is typing code?
#10Management may like to call you a coder(or worse, a resource) but don't be fooled, you solve problems first and foremost. Sometimes solving the problem doesn't require any code at all.