It hurts to see your programs taken apart and their weaknesses exposed, but it will make you a better programmer.
A handful of useful productivity tools wrapped up in a simple shell script.
Keep each script version focused on a single change type (patches for fixes, minors for features, majors for breaking changes). Retain all prior versions and never modify an existing release; copy to ...
Recently, I have been hard at work, creating some really complex PowerShell scripts related to a few projects that I have been working on. One of the big lessons that I have learned through all of ...