-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Give the stars for each lib? #28
Comments
Could be nice indeed. Eg.: stdVBA - A framework containing numerous classes for automation and utility. Focuses on code compactness and long-term maintainability. stdVBA - A framework containing numerous classes for automation and utility. Focuses on code compactness and long-term maintainability. |
100% Agree for Ctrl F. Couple more styles (I think having 2 yellow stars is a bit confusing, maybe there is a white version?)
You can do the same thing with the tooltip (see 3rd entry)
Shame everything has this weird dip in it |
This is an interesting idea. Playing devil's advocate, I do wonder what the relevance is... For the sake of argument let's say we included both: In my mind Cristian's is orders of magnitude more awesome despite it having 10% of the star count. So what exactly is the star count meant to represent here? From my perspective if it's in this list, we all believe it's awesome. So the star count is borderline irrelevant. Open to opinions here. |
Cristian's will overtake I'm sure ;) Even if it doesn't, 5 stars vs 100 stars to me is a measure of maturity as well as quality. Tim's has had a lot more field testing, and that's one of the factors to consider when browsing for a tool/framework. The description can highlight functional/performance differences. It's like with stack overflow answers. In your head you normalise the vote count by dividing by age, niche problem area, "brand" of the user who posted it (more so on Code Review). So for same niche problem area, I know the relative brand and age of those two repos and can normalise the star count |
@Greedquest Year really a better measure would be stars/age indeed. I think this kind of change would have to wait until we are officially on Edit: |
@sancarn Personally I would find the stars useful, at the end of the day that's one of the main things I was looking for clicking through the list. Appreciate the competing need to keep in the format of Awesome-Lists, I didn't know that was even a thing. Glad you found my repo - it contains the final original VBA as well as the new version using twinBASIC (that eliminates a lot of code as you can declare COM interfaces in tB, so a lot less vtable hopping) |
You can add little badges to show how many stars each repo has on Github. This is a quick way to assess popularity/quality.
If you can face it I think you can also link the badge to the github in the markdown:
stdVBA - A framework containing numerous classes for automation and utility. Focuses on code compactness and long-term maintainability.
- A framework containing numerous classes for automation and utility. Focuses on code compactness and long-term maintainability.
- A framework containing numerous classes for automation and utility. Focuses on code compactness and long-term maintainability.
- A framework containing numerous classes for automation and utility. Focuses on code compactness and long-term maintainability.
- A framework by Japanese author RelaxTools. Contains numerous classes, interfaces and forms.
lots more nice options here https://shields.io/badges/git-hub-repo-stars . Personal favourite is the one with the github logo, so you know what you're clicking out to, and so it's more obvious why some resources don't get the badge.
The text was updated successfully, but these errors were encountered: