-
Notifications
You must be signed in to change notification settings - Fork 256
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.
Metadata
Metadata
Assignees
Labels
No labels