-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename Verify operator #1480
Comments
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 :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?The text was updated successfully, but these errors were encountered: