|
|
|
|
|
by jonnycomputer
1082 days ago
|
|
I'm actually interested in practical examples of alternatives to Name+SemVer for (1) data analysis oriented code
(2) code to run experiments (e.g. psych paradigms) I often find that in such code, forking is rather more common. That is, the code bases become wider rather than deeper. For example, we might run several experiments that have a strong resemblance to each other, but have any number of (experimentally relevant) tweaks. Within each fork, I rename, and restart the semantic versioning. |
|