Replies: 1 comment
-
They are named like that, since they match the name of the command that they implement: I guess it was just easier to type the name, without using shift at the time. It is easy to rename them, if we want to enforce a naming convention using _ instead of - for the file names. @medvednikov what do you think? |
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
-
Looking through V's source files, the naming convention doesn't seem entirely consistent. While I've mostly seen
snake_case
, I've also seenkebab-case
. It seems to be a point of contention in Go. So now would be a nice time to use and document a convention.Notable comment from the linked Go issue above:
Example:
Thoughts?
Edit: most of the snake case violations happen in v/cmd/tools/
Beta Was this translation helpful? Give feedback.
All reactions