calvinchin
Programmer
Hi,
I just started a VB project, which contains 3 people where each doing a particular module of the whole project.
However, I'm facing problem now when to integrate the separate parts from the 3 people.
For example:
Programmer 1 - doing Part 1, control setup
Programmer 2 - doing Part 2, entry processing
Programmer 3 - doing Part 3, batch processing
Shall I combined all the parts and pass back to them?
- that mean, gather the completed seciton of control setup
from Programmer 1, the completed section of entry
processing from programmer 2, and the completed section
of batch processing from programmer 3.
- after I've integrated the parts, compiled and running
with no error, I'll combined part 1, 2 & 3 and pass back
to Programmer 1, Programmer 2, and Programmer 3.
Or Shall I continue on each person his/her own way?
- that mean pass back part 1 to programmer 1.
- pass back part 2 to programmer 2.
- pass back part 3 to programmer 3.
However, integration will be a problem when 3 person doing things on their own.
Hope any of you can give any idea.
Thank you.
Regards,
Calvin
I just started a VB project, which contains 3 people where each doing a particular module of the whole project.
However, I'm facing problem now when to integrate the separate parts from the 3 people.
For example:
Programmer 1 - doing Part 1, control setup
Programmer 2 - doing Part 2, entry processing
Programmer 3 - doing Part 3, batch processing
Shall I combined all the parts and pass back to them?
- that mean, gather the completed seciton of control setup
from Programmer 1, the completed section of entry
processing from programmer 2, and the completed section
of batch processing from programmer 3.
- after I've integrated the parts, compiled and running
with no error, I'll combined part 1, 2 & 3 and pass back
to Programmer 1, Programmer 2, and Programmer 3.
Or Shall I continue on each person his/her own way?
- that mean pass back part 1 to programmer 1.
- pass back part 2 to programmer 2.
- pass back part 3 to programmer 3.
However, integration will be a problem when 3 person doing things on their own.
Hope any of you can give any idea.
Thank you.
Regards,
Calvin