-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Priority: LowTag: PythonWork is done in Python EnvsWork is done in Python EnvsType: ImprovementsIteration on existing featureIteration on existing feature
Description
Issue: Codeacy indicates significant code duplication. There are large sections of the code base that have similar functionality that could be compressed. An example is below.
Example: When adding a raw file, three different 'add' methods are called, all with almost the exact same code.
project_info.add_raw:

Objective: Refactor code to reduce complexity and duplication
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Priority: LowTag: PythonWork is done in Python EnvsWork is done in Python EnvsType: ImprovementsIteration on existing featureIteration on existing feature

