Sunday, March 28, 2010

SVN/GIT/MERCURIAL

Hi there guys. Before i start teaching you a thing or two about programming , i think it would be best to teach you how to store your projects in such ways that you may keep a clear version control of them. Why is version control that important? Well that's quite simple , when you have a web application for example , that has different features and functionalities , it would be best for you to know when your clients ( web users that have different versions of your app.) ,report a bug for example , have control of the situation . And how is that i describe control? Very simple , maybe the bugs they are reporting are from versions .01 or .02 and in version .03 you've fixed them so they'are actually reporting fake bugs or unconfirmed . Well that's why i use SVN or GIT depending on situation to help track my work :D. Stay tuned as future posts will come with guides of those project trackers.

No comments:

Post a Comment