Naming convention¶
Overview¶
Naming convetion is a convention for naming things. Conventions differ in their intents and it's support multiple use cases, especially in computer programing.
The potential benefits for development teams:
-
To provide additional information
-
To help formalize expectations and promote consistency within team
-
To enhance the aesthetic and professional appearance of work product
Use Cases¶
There are several use cases:
-
Folder and file naming conventions
-
Naming conventions for projects, repositories, and packages
-
Tagging versions of targeted models
Tools¶
To support the progress of
I based on the targeted with AI generator of https://namelix.com/
Reference¶
[1] Wikipedia - Naming convention
[2] Wikipedia - Naming convention for programming