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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get rid of numbered links?

markand opened this issue · comments

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?

Sounds like a good idea.

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...

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