TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to explain to a non-tech that bug fixing gets charged?

12 pointsby alcuadradoabout 13 years ago
Today I was talking with a photographer and a designer, and one of them commented about an acquaintance having made a mistake at work and correcting it with her own money, what I replied that I charge my clients for fixing my own errors (of course there are exceptions). They couldn't believe it, and I failed to convince them that its normal, and makes sense. How would you explain it?

4 comments

rmATinnovafyabout 13 years ago
Bugs are not mistakes. They are flaws. Two different things.<p>If you were fixing cars, then you could call a mistake if you put the wrong oil in the engine. That you would need to cover.<p>But if you changed the oil, and the oil turned out to be "bad" ( for a lack of a better term ), then the oil had bugs in it. It was flawed.
cawabout 13 years ago
I think the commonality is that all 3 professions would get paid for updates the clients requested, but mistakes made by the professional would have to get covered.<p>Updates: Additional photography sittings, design modifications, bug fixes.<p>Mistakes: Lost data, work that is later found to not meet the spec.<p>But in the end, it all comes down to how you want to run your business. If you charge the customer for whatever extra you're doing, what's going to be the result of this? Are you going to chase them off? Get a bad recommendation? Is there no harm at all?<p>Depending on that outcome and what you want, you can probably find the answer as to whether you should cover it or not.
jnorthropabout 13 years ago
Simple: No piece of software is perfect and bugs should be expected. You charge for work at an hourly rate. A bug fix requires additional hours of work. Therefore you charge for fixing bugs.
评论 #3968202 未加载
pestaaabout 13 years ago
To me, software bugs are not inherently visible in a way that a bad photo is.<p>Unless tests, QA and the like were listed on the requirements list, I believe most fixes should be charged, too. Of course when tests are required and written according to the contract, and obvious bugs still fall through the cracks, that is an entirely different matter.<p>This is a difficult subject imho, because most employers are not willing to pay for testing and, unfortunately, not for fixing the consequences, either.