Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

(JS-0356) Found unused variables #398

Open
goliakshay357 opened this issue May 24, 2021 · 0 comments
Open

(JS-0356) Found unused variables #398

goliakshay357 opened this issue May 24, 2021 · 0 comments

Comments

@goliakshay357
Copy link
Member

Description

Removing unused variables and imports from your code is recommended because variables and imports which are declared and not used anywhere in the code are most likely an error due to incomplete refactoring. Such unused items take up space and add code that will be unnecessarily executed in production. <!--more--> …

Occurrences

There are 4 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/Canvasbird/canvasboard/issue/JS-0356/occurrences/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant