-
While crawling [Media Capabilities](https://w3c.github.io/media-capabilities/), the following enum values were found to ignore naming conventions (lower case, hyphen separated words):
* [ ] The value…
-
### Is your feature request related to a problem? Please describe.
Currently `CamelCaseStrategy` in `EnumNamingStrategies` assumes that enum entires in source code are named using UPPER_SNAKE_CASE …
-
To be consistent with the other naming conventions uses, I think we should probably use `datim_` as a prefix to any of the datim functions
![image](https://github.com/USAID-OHA-SI/grabr/assets/893306…
-
## Overview
GitHub specially treats the [CONTRIBUTING.md](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors) file…
-
I am curious about the naming conventions used in this boilerplate setup compared to what is generated by the Vue CLI. I realize a lot of this is a personal preference, but I would like to hear why th…
-
Hello!
Thank you for the great work. I had a question regarding naming conventions - I'm running your code on VOC and noticed that when I use ```python3 -m tools.run_experiments --num-gpus 1
…
-
I thought about my former gitter comments and would like to begin working on it. This is an implementation plan, but of course anyone should feel free to chime in
The goal is to make the naming con…
-
Document and revise the code to render it more readable.
- Add docstrings to functions.
- Revise naming conventions for variables. Long descriptive names are preferred over abbreviations. See [here]…
-
Currently, sequences of capital letters are treated as single-letter words during naming convention analysis. For camelCase and PascalCase naming, only the first and last letters of a sequence of capi…
-
Today, I can write a naming convention that says:
> Enforce names to start with "xyz" prefix / end with "abc" suffix / etc.
However, sometimes I want to prohibit the use of a prefix/suffix/etc. …