Category: Versioning Tools

  • How can you improve your coding quality with a versioning Tool?

    A versioning tool can be used for purposes other than saving different versions of your files. One of the key feature, is to make code review easier. Let’s start by explaining what code review is: Code review entails looking at source code with the intention of finding mistakes to improve overall software quality. All you…

  • Which versioning tool is the best ?

    For people who don’t know what a versioning System is: The basic functionality of a versioning system is to help you keep several versions of the same file. For example, you’ve code something. You ask the versioning system to save your file at this version. You continue working, but what you’ve done destroy everything (it doesn’t compile…