Version Control – The Key To Modern Development
When best practices are considered for development, version control has become a normal facet of any modern coding. Many integrated development environments now include integration to some version control by default. In fact, Git is often assumed as the tool of choice. That being said, we still need to use these tools properly. Version Control Requires Regular Usage The most common failing I find with new developers is a lack of actually using the tool correctly. Although committing code is rarely more than a few button clicks and providing a comment, it still seems too much for many coders. I say this because may shops have code commits on a weekly or less frequent basis. I also see comments that are empty or... Read more