We are into development in C#.net. We have groups assigned to develop the business logic throiugh class programmers and the user interfaces - windows intractions through others. There is always a descripancy when it comes to combining the releases.
As the code released by the class developers happen to be modified by the other group when they encounter
problems with accessing of data.. etc. - some valid reason
However, this is very frustrating when the class devlopers release a modified version, as the modifications have
not been included in the latest code. Can anyone advice us on how to get over this problem?
Thanks in advance
Loading
Andrew WoosterPosted Jul 22, 2005, 10:02 AM
A lot of organizations have developers and QA people, and when the QA people find a bug,
they let the developers know and then the developers decide how to fix it, or whether to
leave it alone.
If you are a small group, then simply getting a management tool (such as SourceSafe)
might be enough, but communication on changes is definitely needed (even if the person
"responsible" doesn't do the change themselves).
Mahesh ChandPosted Jul 22, 2005, 9:39 AM
http://subversion.tigris.org/
Mahesh ChandPosted Jul 21, 2005, 9:10 AM