portal entry

select a category, or use search below
(searches all categories and all time range)
Title:

The Best Version Control System (3 Reasons Why It Matters to All ColdFusion Developers)

| View in Portal
August 24, 2018 06:35:55 PM GMT
1 Comment
<p>In the world of software version control, there are many passionate and differing opinions. Some developers and leaders are adamant about the use of version control software, but others seem to care little of the safety and continuity of their ColdFusion applications. Entire comment sections of blog posts have been turned into heated discussions over the subject of “Use or Not?” I will explain the importance of using version control software, tell you why it matters to ColdFusion developers, and […]</p>
<p>The post <a rel="nofollow" href="https://coldfusion.adobe.com/2018/08/the-best-version-control-system-3-reasons-why-it-matters-to-all-coldfusion-developers/">The Best Version Control System (3 Reasons Why It Matters to All ColdFusion Developers)</a> appeared first on <a rel="nofollow" href="https://coldfusion.adobe.com">ColdFusion</a>.</p>
Labels: Blog, ColdFusion

Comments:

I recently switched from using Sublime to Atom to VS Code. While they all look similar, how they deal with version control is quite different. Sublime does not seem to have built in version control Atom puts Git integration down the bottom status bar. It is easy to see, but also easy to miss. VS Code puts it very conspicuously on the side bar and puts badge on the icon to remind you of the current check state. VS Code does not even have a built in print capability, but it does have Git. I don't see this as a sign were things are heading, it is an indication of where development already is ~~~~~ OT but maybe not. Programming is hard. I have had to send hours sometimes day to fix something that turned out to be quite small to actually fix. Checking in code is the result of a sometime long and painful process. A check in is nothing compared to the work required to get something ready to check in.      
Comment by James Mohler
1274 | October 05, 2018 06:30:03 PM GMT