3

I am working right now with a C code for a client. I let her know that when I reach 50% of progress She will pay the first part. However I have now 80% solved because I want continue my work without report, I already took the first part of the payment.

I don't know. If I continue without informing my progress my clients will think that I am not doing anything, also months ago this situation happen to me I was informing daily my progress to my client and He said "You don't need to message every progress that you do" So I stop it doing that and then said "You are not informing you progress"

Someone who works with code or tech can write here: How it should be the best frequency to communicate progress to a client without bother her/him

rubengavidia0x
  • 367
  • 1
  • 14
  • 2
    Well, it depends on the scope of the project. Let's say a project is going to take 6 months, then updating the client after every week, or every two weeks would be a better practice. And if there's a project with a deadline of a week, it'll be better to update the client every one or two days. – MurtazaA Sep 07 '21 at 14:11
  • 1
    As a thought, when certain milestones in the project are complete there should be communication with the client. – agarza Sep 07 '21 at 17:44

1 Answers1

4

This is something that the client has to answer, not us. It depends both on the client and the project.

For example, with one client, I was simply reporting each day what I did. That was voluntary but it helped the client know that I was doing something for the money I was charging.

With a different client, I'm working on a project on "spec" that they might need it. If I'm communicating once a month, that might be too much.

There is also a difference between 80% of the initial coding done and 80% of the project done. In my mind, to get a project to 80% done state, all the coding has to be done, the unit testing is finished, and the project is deep into integration testing. Too many developers give the impression to a client that once the coding is done, the project will be done. That is far from the truth. But that is why we see a lot of projects come here where the client claims that it is 80% done and can someone come in and finish it? They don't realize that they might be only 40% of the way through the project.

David R
  • 1,667
  • 1
  • 3
  • 7