On Mon, Apr 15, 2013 at 12:33 PM, Kurt Wendt <[email protected]> wrote:
> U think the Source Control would actually Help to resolve the current > issue? > > Kurt: Professional developers use source code control. Always. Letting two developers work on the same copy of the codebase at the same time when they have to do things that requires exclusive access (like compiling) means you leave yourself open for corruption, code loss and wasted time. In addition, what backup do you have when the other developer wipes out the whole project at the end of the day? Develop locally, test locally, check in often, promote to the master copy only when it works, build from the master. VSS was the state of the art 20 years ago, but there are better choices for source code control now. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cacw6n4uuk8h_w+zszv6nl2ontu+x3m4jzrunq0cu6dv8atf...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

