Script Storage Update Writer #1, 2019-10-17 This is an update to a previous post. In another post on this site, it was said that Dropbox Paper is the code storage of choice. This has changed. As of today, I much prefer using Microsoft’s GIT code repository known as: devops.azure.com. The benefits are numerous. Ability to revert back to previous versions Ability to sync using a GIT application Nice UI Searchable Better structure than Dropbox Paper. Dropbox Paper has an ever-shifting arrangement of folders, whereas DevOps uses a more typical and predictable layout Markdown support (like Dropbox Paper) Standard character encoding. Dropbox Paper has inserted odd characters in my code that looked correct but caused execution failure. DevOps does not have this issue as it is designed primarily to store code. A final benefit is the ability to export everything. If I ever want to change to github, all I need to do is pull my code from DevOps and push it to github. Super simple and standardized. C# CSS HTML jQuery MS Access PHP Powershell Programming SQL SQL Server