Code Sharing Problem

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
 
O

One Handed Man [ OHM# ]

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
 
C

CJ Taylor

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.
 
H

Herfried K. Wagner [MVP]

* "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, ...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top