-
Notifications
You must be signed in to change notification settings - Fork 266
Closed
Description
Code repetition has been identified in the following areas:
PregelandConnectedComponentsclasses contain identical logic for validating the checkpoint directory.ShortestPathsandConnectedComponentsclasses have the same implementation of thesetAlgorithmmethod.
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels