Replies: 1 comment
-
I'm totally into using full words (seldom abbreviation) and when using multiple words separating them with an underscore. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Most of the files in the current code base are only single word files. I'm planning to add a new multi-word file as part of a bug fix and trying to decide what the correct filename convention should be. I looked around the code base for some guidance, but most files are single word only. I did find a few examples, but they appear to be inconsistent:
Is there any guidance or preference for file naming conventions? Seems like there are at least the following options:
From the code base examples shown above, they seem to fall into the "snake_case" or "alloneword" scenarios. Any thoughts on this?
Beta Was this translation helpful? Give feedback.
All reactions