-4

I am new to the world of open source and just set up my Github account. I was wondering if there any naming conventions/styling guides to follow when naming things such a repositories. For example, in Python, there is snake_case. How should I name my repos?

Thanks!

2
  • 2
    A duplicate can be found at Stackoverflow: Is there a naming convention for git repositories? Commented Dec 8, 2020 at 16:08
  • Short answer - no, there is no standard naming convention for git repositories. Commented Dec 8, 2020 at 16:20

1 Answer 1

0

Conventions are likely to exist mostly within one programming community, e.g. people who use a given programming language, toolkit or framework, rather than across Github.

For the example of Python, I'd suggest looking at the names of repos linked from popular packages in PyPI.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.