I'm curious how people who do artistic/creative works manage their code.
Version control like git is great when you want to add features that will eventually be added to the main code -- but how do you deal with multiple variations of the same code that you want to save, perhaps with only just a line or two of code different between them? Or artistic works where changing a few parameters creates vastly different works -- how do you track which parameters give what results?
Version control like git is great when you want to add features that will eventually be added to the main code -- but how do you deal with multiple variations of the same code that you want to save, perhaps with only just a line or two of code different between them? Or artistic works where changing a few parameters creates vastly different works -- how do you track which parameters give what results?
1