Reduce Code Duplication #16
Labels
Priority: Low
Tag: Python
Work is done in Python Envs
Type: Improvements
Iteration on existing feature
Milestone
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:
raws.add_raw:
process.add_process:
Objective: Refactor code to reduce complexity and duplication
The text was updated successfully, but these errors were encountered: