True, but from personal experience, we had some code being delivered from a team in India, and some code being developed onsite. I had the lucky job of trying to debug some of the indian code. I saw 3 different files from 3 different people with code like this
result = Function1();
result = Function2(); ....
return result;
anyone spot a problem? This coming from a CMM (level 5? - certainly a high level) site. Yay! In the end we also did the work they were supposed to be doing ourselves, cos we had no confidence in their code or their delivery schedule.We started after they did and finished first. with less ppl.
kenmc
True, but from personal experience, we had some code being delivered from a team in India, and some code being developed onsite. I had the lucky job of trying to debug some of the indian code. I saw 3 different files from 3 different people with code like this
....
result = Function1();
result = Function2();
return result;
anyone spot a problem? This coming from a CMM (level 5? - certainly a high level) site. Yay! In the end we also did the work they were supposed to be doing ourselves, cos we had no confidence in their code or their delivery schedule.We started after they did and finished first. with less ppl. kenmc