- What is a good naming convention?
- What is an example of naming convention?
- What are three naming conventions?
What is a good naming convention?
File naming best practices:
File names should be short but descriptive (<25 characters) (Briney, 2015) Avoid special characters or spaces in a file name. Use capitals and underscores instead of periods or spaces or slashes. Use date format ISO 8601: YYYYMMDD.
What is an example of naming convention?
What is an example of a good naming convention? Good naming examples include: [Project number] - Data Use Agreement - [Title of research project] Approval - Change to employee travel policy - February 2014.
What are three naming conventions?
The standard naming conventions used in modern software development are as follows: Pascal case. camel case. snake case.