Sorting by active monthly desc. #6
Merged
nutomic
merged 1 commits from sort_active_monthly
into main
1 year ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'sort_active_monthly'
Deleting a branch is permanent. It CANNOT be undone. 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.
fefd708777
into main 1 year agofefd708777
.