Updated example of file naming version control #30
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi!
I'm proposing a change to improve the version control example that uses file naming so that the example file names all have the same root ("manuscriptFish"). Having the same root/beginning of the file name shows that the files are related, with the appended date information showing what the major difference is between the versions. When you put date first in the file name, it makes it seem like the date is the most important thing about this set of files and then that they all happen to be on the same topic. Basically, content information should go first with version information second so that the files sort properly if mixed in with other files.
That said, I love the use of ISO 8601 on the date formatting in these file names. What a great example of how using YYYY-MM-DD makes your files sort chronologically!
Thanks,
Kristin