gradoop
gradoop copied to clipboard
Rename Verify operator
The name is confusing and does not describe the operator. I would use RemoveDanglingEdges
. It is verbose, but correct. Does anyone have a better idea?
I agree. We should change the name.
Problem here is that we used this call in several publications. Thus, we could change the name of the operator itself, but not of the Grala call (LogGraph.verify())
We could add a call with the new name and deprecate the old call with a note why it isn't removed.
Go for it :)