oz123 / awesome-c

A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.
Creative Commons Attribution Share Alike 4.0 International
9.16k stars 808 forks source link

Get rid of numbered links? #241

Open markand opened 2 years ago

markand commented 2 years ago

Hey there.

Currently adding new items is done through incrementing the last link's number which creates merge conflict everytime someone provides a new PR.

What do you think about using link labels linstead?

andy5995 commented 1 year ago

Sounds like a good idea.

andy5995 commented 1 year ago

Although as I think about it more, merge conflicts would still be a problem because 2+ pull requests would be trying to change the same line at the end of the README.

Maybe adding the links at the end of each section would be feasible instead. So, if adding a utility, the link would go at the bottom of the Utilities section...

oz123 commented 1 year ago

Removing numbered links would require another system of rendering. It's a good amount of work. If someone is willing to come up with an idea and working plan we might be able to do it