Names should clearly indicate their specific purpose and context, while maintaining correct capitalization of brand names and products. When naming variables, parameters, or targets:
Names should clearly indicate their specific purpose and context, while maintaining correct capitalization of brand names and products.
When naming variables, parameters, or targets:
Examples:
GITHUBOWNER
instead of GITOWNER
when specifically referring to GitHub operationsGitHub
not Github
to maintain correct brand capitalizationThis practice improves code clarity, reduces confusion about a variable’s intended use, and presents a professional attention to detail in your codebase.
Enter the URL of a public GitHub repository