Skip to content

chore: Avoid code repetition #560

@SauronShepherd

Description

@SauronShepherd

Code repetition has been identified in the following areas:

  • Pregel and ConnectedComponents classes contain identical logic for validating the checkpoint directory.
  • ShortestPaths and ConnectedComponents classes have the same implementation of the setAlgorithm method.

To improve maintainability and reduce redundancy, common methods should be refactored and placed in a shared location.

An exhaustive analysis of the classes should be conducted to identify and avoid any other instances of code repetition.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions