Glavin001 / Glavin001/tslint-clean-code
no-primitive-obsession
Open
rule
- Dominant language
- TypeScript
- Stars
- 175
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
https://blog.codinghorror.com/code-smells/
> Don't use a gaggle of primitive data type variables as a poor man's substitute for a class. If your data type is sufficiently complex, write a class to represent it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.