This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
What is the rationale for Identifier regex expression to not allow -
in the name
#341
Replies: 1 comment 2 replies
-
I don't remember to honest, but I suspect it's because |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Hi, is there a rationale for not allowing dashes(-) in the identifier name?
"Identifiers can only contain the following characters: a-zA-Z_0-9"
We're evaluating the usage of this tool at Delivery Hero, and most of our identifiers use dash, and would be significantly easier for us if we could continue using what we have.
Beta Was this translation helpful? Give feedback.
All reactions