Glavin001 / Glavin001/tslint-clean-code
no-hungarian-notation rule: Type Embedded in Name
Open
rule
- Dominant language
- TypeScript
- Stars
- 175
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
https://blog.codinghorror.com/code-smells/
> Avoid placing types in method names; it's not only redundant, but it forces you to change the name if the type changes.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.