How does github figure out a project's language?

后端 未结 5 1628
小蘑菇
小蘑菇 2020-12-04 11:41

I was recently working on a github project in both JavaScript and C++, and noticed that github tagged the project as C++. If you have to pick a single language, this is prob

5条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-04 12:31

    Currently, Github's linguist project is what is used to determine language statistics, as described in this Github blog post (which came out a few months after this question was originally asked).

提交回复
热议问题