Ask HN: Do you spend more time coding or debugging?
1–10 of 77 posts
Re: Ask HN: Do you spend more time coding or debugging?
#2Re: Ask HN: Do you spend more time coding or debugging?
#3Re: Ask HN: Do you spend more time coding or debugging?
#4Fast 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 to develop the good habits and watch for the pitfalls, but once you're there you develop your software products in a quarter as much time, with one tenth the stress, and everyone on your team feels proud of themselves and each other. Then with your free time you can focus on what's really important - your business and your life
Re: Ask HN: Do you spend more time coding or debugging?
#5Re: Ask HN: Do you spend more time coding or debugging?
#6Re: Ask HN: Do you spend more time coding or debugging?
#7That said, I'd say only about one-third of my time is spent on code. I spend significantly more of my time doing operations work and having meetings.
Re: Ask HN: Do you spend more time coding or debugging?
#8Re: Ask HN: Do you spend more time coding or debugging?
#9Usually can get through a chunk of code no problems but when that 1 inevitable bug arises it will take up a lot of time through trial and error, stack overflow and just generally googling to find a solution.