Skip to content

Reduce Code Duplication #16

@msmith-ccom

Description

@msmith-ccom

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:
pycharm64_a5BkfAeSal

raws.add_raw:
pycharm64_CEuVkAJ52y

process.add_process:
pycharm64_4QDke59P1M

Objective: Refactor code to reduce complexity and duplication

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions