-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
type:refactorA code change that neither fixes a bug nor adds a featureA code change that neither fixes a bug nor adds a feature
Description
π Context
There's some "dead" code found in the app like defined but unused variables, obsolete components and utils. Find all unused code and remove it to make the app a bit leaner.
π― Definition of Done
- All unused variables are removed
- All obsolete components are removed
- All unused utils are removed
Metadata
Metadata
Assignees
Labels
type:refactorA code change that neither fixes a bug nor adds a featureA code change that neither fixes a bug nor adds a feature
Type
Projects
Status
π In Review