|
|
|
|
|
by kreetx
2045 days ago
|
|
The benefit of people throwing their code up on github is that it now can also be searched through. So if there is a configuration variable or a function you are wondering about - you can now find what others are doing. (And https://grep.app/ has a fast UI for this) |
|
It's quite common for me to search for something and get tens of thousands of identical results which GitHub forces me to scroll through one page at a time.
It would be so much better if GitHub just showed me one single result for all those thousand which are exactly the same, and let me expand that result if I wanted to see one of the other identical matches.
Also helpful would be a way to filter out filenames (or, even better patterns.. better still regexes) which I don't want.
That would make their search results actually useful.
As it is, unless you're searching for something exceptionally rare, they're next to useless.