So far most of my coding tasks have been in scripting languages mostly BASH, PowerShell & JavaScript. After successful implementation of a module, I used to save a backup of my source file such as MyEmailScript_V1.ps1, MyEmailScript_V2.ps1..... and soon.
I can easily see the limitations in this approach; and this approach is even more difficult to manage as far as my recent efforts in Visual C++ Projects are concerned.
How can I manage different versions for a single source file, or for a Visual Studio project?
(Thanks in advance for your thoughts, and sorry if this is a repeat question, I am still learning how to best use stackoverflow).