Sorting by active monthly desc. #6
Loading…
Reference in a new issue
No description provided.
Delete branch "sort_active_monthly"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I had sorting implemented, but dont think that it should be handled by this tool, because there are a lot of different possibilities for sorting. I think it makes more sense to handle that in the program which uses the data.
I def think sorting should be part of this tool, because otherwise the output has an unpredictable order, and the main point of this is to create an output file that can be placed into a git repo, with predictable changes. Having a predictable sort is a sane default.
I'm not sure if thats the main point of this tool. And in that case, it seems more reliable to sort by instance name, no?
Ideally you could pass in a sort as a command line param. Names could work, but I think in the case of a crawler, where you're potentially bound to get data that could be unused or irrelevant, popularity sorts make the best sense.