Having both the code and the data it is collecting in a single repository was neat when we started but the data has grown so much (and is updated so frequently) that it's impossible to follow the git commit history for the code anymore.
My proposal is to:
Note that implementing thing would probably be a good time to consider implementing #1 as well.
Having both the code and the data it is collecting in a single repository was neat when we started but the data has grown so much (and is updated so frequently) that it's impossible to follow the git commit history for the code anymore.
My proposal is to:
/resultsand/datato a separate repository or repositories (there's no reason they can't be in the same repo, because the process that generates data into/resultsis distinct from the process that generates data into/dataNote that implementing thing would probably be a good time to consider implementing #1 as well.