How to do a good development ?

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

I got one big library named dtsclass and which will be share for 4
developers.
that dtsclass will place the server named H:\dtsclass\.........

For my own project, I need to add dtslcass library to my project.
Now, everytime i complie my project, I need to ask other guy to close their
visual studio.
Complie Dtsclass first, then Complie my project.
It seems very stupid to do .
 
Agnes said:
I got one big library named dtsclass and which will be share for 4
developers.
that dtsclass will place the server named H:\dtsclass\.........

For my own project, I need to add dtslcass library to my project.
Now, everytime i complie my project, I need to ask other guy to close their
visual studio.
Complie Dtsclass first, then Complie my project.
It seems very stupid to do .

You should work on a local copy of the files, not directly on the shared
files.

Look into some source code management system like SourceSafe.
 
Back
Top