9 comments (9 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript2,731 forks (2,731 forks)batch import
cat-choregood first issuehelp wantedtriaged
Repository metrics
- Stars
- 41,514 stars (41,514 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
We have recently introduced js-inspect with the command yarn dupe-check which reports 21 matches even with relaxed settings. It would be great to clear these duplicate code pieces out.
Contributor guide
- Research direction
- Inspect the 21 duplicate matches reported by `yarn dupe check` with relaxed settings. For each match, evaluate if the duplication is legitimate and refactor by extracting shared logic into functions or modules to eliminate redundancy.
- Tech stack
- javascript
- Domain
- clidevtools
- Issue type
- Refactor
- Prerequisites
- JavaScriptYarn