-
Notifications
You must be signed in to change notification settings - Fork 0
Formatting
A logical naming scheme for code in a GitHub repository should aim to be consistent, descriptive, and organized.
Start each repository name with a prefix or namespace that identifies the team or department that owns or primarily works on the repository. For example:
team-a-projectteam-b-backendmarketing-website
Separate words in repository names with hyphens or underscores for readability. GitHub allows both, but hyphens (-) are more common and preferred in repository names.
Use descriptive names that reflect the purpose or functionality of the repository. This helps team members and others in the organization quickly understand what the repository is for. For example:
android-appcustomer-databasedevops-scripts
Abbreviations can be confusing unless they are well-known within the organization. It's generally better to use full words unless there is a widely accepted abbreviation. For instance:
-
web-applicationis clearer thanweb-app -
user-interfaceis clearer thanui
For an overview of all content see Table of Contents
-
codein.ipynb. -
datain.xlsxand.csv. -
docs- Documentation in
.md. - Slides and schedule in
.pdf - Images in
.png
- Documentation in