rbonick / care-tags_scripts

Various scripts for care-tags.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make top members only have to read through once

rbonick opened this issue · comments

commented

Makes no sense to call it 3 times. Have init or a "collect" function gather the info, then just have the functions sort a dictionary on a certain element.

Could even make it so calling any of them checks if the dictionary has been populated yet, and if not calls it.