Avoid classes and properties with a very similar name
Open
- Dominant language
- JavaScript
- Stars
- 10
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
There are a few classes and properties that have almost the same name, with only the capitalisation of the first letter as the same. Here are the ones I found:
- TestEngine & testEngine
- Remediation & remediation
This is too confusing, and should be avoided. We'll need to rename one of the two.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.