Improve delimited identifier syntax #1269
Labels
Area/Lang
Relates to the Ballerina language specification
design/usability
Design does not work well for some tasks
Type/Improvement
Enhancement to language design
With #656, we are using Option I described #243 (comment);
We have noticed an increased usage of this syntax in URLs for services, particularly those that include underscores, such as
foo\-bar\-baz
. One piece of feedback from users indicates that readability is compromised when more special characters are present in the identifier due to the escape characters.A viable solution could be improving the quoted identifier syntax for this purpose. For example, by using 'foo-bar-baz'.
@jclark @sameerajayasoma @shafreenAnfar thoughts?
The text was updated successfully, but these errors were encountered: