Ask HN: Client asked about paying for bug fixes
I had a client today asked me about why they should be paying for bug fixes when it seems like it should've been written correctly the first time. They were very understanding with the answer that I gave but I'm curious to know how others have dealt with it in other projects.
6 comments
[ 3267 ms ] story [ 3426 ms ] threadThat being said, there will always be issues until we have AI that writes AI that writes code (with the humans out of the loop).
We have to use that response alot when someone asks about a program that doesn't work the way they expect it to. Did you explicitly say that it needs to do this in the contract? No? Then it's not a bug, it's an enhancement.
For fixed-fee contracts, I usually include testing and bug-fixing in the quoted price, and make sure to include the time spent on that in the estimates. There has to be a sign-off time limit though (for example 1-2 months), during which the client is supposed to test the software to their satisfaction and after which newly discovered bugs are not included - otherwise a project can linger on forever in your schedule.
However with fixed-fee contracts the main difficulty is agreeing on what are bugs, and what are change requests if the initial plan was not detailed enough.