programming languages - What's the name for hyphen-separated case? -
this pascalcase: somesymbol
this camelcase: somesymbol
this snake_case: some_symbol
so questions whether there accepted name this: some-symbol
? it's commonly used in url's.
there isn't specific standard name case convention, , there disagreement on should called.
lisp has used convention decades described in this wikipedia entry. reason, described lisp-case in question on programmers se similar 1 on. seems original coining.
and according this wikipedia entry, may called spinal-case or kebab-case (and upper case version called train-case). of these forms have been contested original coinings.
so answer question is: no, there isn't single widely-accepted name case convention analogous snake_case or camelcase, widely-accepted.
Comments
Post a Comment