Avoid code duplication !
Open
- Dominant language
- TypeScript
- Stars
- 80
- Forks
- 34
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 36
Description
It seems in the project we have 4% of the lines that are code duplication and this makes the project more difficult to maintain.
Please try to refactor as much as possible the code to avoid those duplicates. This problem was emphasized in the commit https://github.com/cheminfo/nmrium/commit/51cd874403d593ab851f309fe47dbb70b4d1c251
There is also a tool that can help to identify code duplication:
`npm install -g jscpd`
and then
`jscpd src`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.