-
I'm running into an issue where variable names that are being referenced in our documentation md files are being flagged as misspelled because they're using correctly spelled words separated by either…
-
What is the best practice for the translation variables?
for example __('some variable')
do we do it as snake_case or kebab-case or camelCase?
-
- Right now there are some variable names in **P**ascal**C**ase, they should be converted to camel**C**ase
-
### Describe the bug
If you start `jetbrains.rider` (on latest unstable, I'm using a flake) and try to open an F# project (though it's not F#-specific), you get the error:
```
WARN - #o.j.p.t.TextM…
-
svg has camelcase attributes, like viewBox. Annoying but true. Generating errors for them is not helpful.
-
```
Steps to reproduce the problem:
1. Create a profile
2. Enter server address in camelCase (i.e. proxyServer.someDomain)
3. Switch to that profile
4. Wait for switchy to check settings
5. Notice tha…
-
There are different rules in place when matching names of enum members with representations as strings, symbols and method names.
### Normalization
All mechanisms use normalization to match name…
-
protoc_plugin converts field names to camelCase: https://github.com/google/protobuf.dart/blob/9da84aef9d8126ac3da665f3c163e3cb4af31b6d/protoc_plugin/lib/names.dart#L426-L428 (in `_fieldMethodSuffix`, …
-
I think it's mostly caused the back-and-forth between lists of characters and strings.
For example, I have a function that takes a list of strings and "camelCases" the list, so that `["foo", "bar", "…
-
There is inconsistency in many class names and file names, whether or not underscores are used, case, etc.
- cMovingSprite
- cMoving_Platform
- cImageSet
- etc
I personally don't see why underscores …