9

When coding, what percentage of your time is spent fluently typing your code vs thinking about what you're coding?

Comments
  • 1
    Most of the time thinking maybe
  • 3
    At least 90 % thinking or reading or discussing.

    There are bursts of writing when there is a clear goal but planning pays of in the long run many times over.
  • 1
    For me it used to be 90-10, but know I’ve made a real effort to take my time. Before, I used to just vomit into my editor mindlessly, and just go through the bugs one by one until it works. Now, thinking about it before hand, the proportion of code that works correctly first try is much higher.

    I would say now 60-40
  • 1
    80% thinking
    20% coding
  • 2
    depends on what i'm doing.

    some easy many times before done thing in relative isolation from most other stuff? can be even 100% writing because i manage the thinking fully in parallel as there isn't much of it.

    some actually interesting challenging thing with numerous future implications for how the whole system is built?

    sometimes i step away from thr computer and just draw and think and then delete previous 2 hours of work and start typing over, when i get back, and sometimes this repeats several times until i arrive at a solution/approach that clicks, and then i'm back to the first mode.
  • 0
    About 30/70 I guess
  • 1
    Last project I broke record for think-coding ratio. And it was my best project ever !! I would propably say 40% thinking , 60 % coding !
  • 1
    80% thinking, 10 % coding. The rest is idle.
Add Comment