Ask HN: Do you spend more time coding or debugging?
11–20 of 77 posts
Re: Ask HN: Do you spend more time coding or debugging?
#12Re: Ask HN: Do you spend more time coding or debugging?
#13I used to spend the vast amount of my time debugging. Fast forward a few years - Experience, good programming habits, and the gratuitous use of assertions. Now I spend a negligible amount of time debugging, and it never ceases to amaze me how frequently things just work the first time. Edit: I guess I want to say that there is one, and only one, bottom line: the relentless, ruthless pursuit of quality . It takes time…
Re: Ask HN: Do you spend more time coding or debugging?
#14- One project is in active development, and I probably spend about 70-80% of keyboard time coding with 20% debugging.
- A separate project is in maintenance mode, and obviously most of my time on it is debugging as bugs come in. So probably opposite, 70-80% debugging there.
- Sometimes feature extension requests come in, in which case it's probably closer to 50/50 on that project.
Re: Ask HN: Do you spend more time coding or debugging?
#15Re: Ask HN: Do you spend more time coding or debugging?
#16Re: Ask HN: Do you spend more time coding or debugging?
#17There are certainly practices that reduce the amount of debugging, but it's all relative. Personally, the question for me is nearer something like;
> When is the right time to let go of my current approach?
Re: Ask HN: Do you spend more time coding or debugging?
#18 Analysis Programming Debugging Overhead
------------ -------- ----------- --------- --------
My Own Stuff 30% 60% 10% 0%
Others' Code 50% 10% 30% 10%
Enterprise 10% 10% 10% 70%Re: Ask HN: Do you spend more time coding or debugging?
#19Sometimes I feel like I'm not writing code at all, just debugging till it works. :)
Re: Ask HN: Do you spend more time coding or debugging?
#20Analysis Programming Debugging Overhead ------------ -------- ----------- --------- -------- My Own Stuff 30% 60% 10% 0% Others' Code 50% 10% 30% 10% Enterprise 10% 10% 10% 70%