Parser should not warn about variable names having multiple uppercase characters in a row #11627
yeroca
started this conversation in
New Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want to have a variable named "WithCBSocket", where CB is an abbreviation. However ZDS is warning me to name it "WithCbSocket"
So, I think the parser should not warn about multiple uppercase characters in a row.
All reactions