Code Sharing Problem

  • Thread starter Thread starter A-PK
  • Start date Start date
A

A-PK

Hi, currently I am working on a project with several programmers.

my problem is how could I separate one project into several small module and
assign to my programmers. after all the coding is done, then just add in
those modules, and combine all modules into one conplete project

Let's say the project is "sales order application".
how could I separate this project into two modules
1 module - with the feature of add/edit/delete sales order

2 module - with the feature of view and analsys the sales.

so now I create one project named Sales Application.
how could I assign my two programmers writing on this project with different
modules. later on, how could I combine two modules into one project.

pls guide me. or perhaps can provide useful link or reference site for me.
thank you
 
Isnt this a case of designing your object model and specifying the operating
parameters of each object, once you have done that you can allocate the
class design to others.

Regards - OHM
 
Hehe... actually thats pretty funny.
=)

Chris Dunaway said:
Is this a new version of Visual Source Safe? ;)

--
Chris

To send me an E-mail, remove the underscores and lunchmeat from my E-Mail
address.
 
* "A-PK said:
Hi, currently I am working on a project with several programmers.

my problem is how could I separate one project into several small module and
assign to my programmers. after all the coding is done, then just add in
those modules, and combine all modules into one conplete project

Let's say the project is "sales order application".
how could I separate this project into two modules
1 module - with the feature of add/edit/delete sales order

2 module - with the feature of view and analsys the sales.

so now I create one project named Sales Application.
how could I assign my two programmers writing on this project with different
modules. later on, how could I combine two modules into one project.

Why not use a CVS? For example, Microsoft Visual Source Safe, CVS,
subversion, ...
 
Back
Top