Kebab cased identifiers #213
orenelbaum
started this conversation in
Ideas
Replies: 1 comment
-
I love kebab case. |
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
-
Inspired by Coco, the idea is that identifiers can have hyphens, and they compile to camel case to preserve compatibility with external code that uses camel case.
This will be incompatible with TS since binary
-
operator will have to be spaced. Likex => y
, it could be handled with a prettier.Beta Was this translation helpful? Give feedback.
All reactions