Skip to content
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

Remove duplicated in/out-...-E/V methods from the TypedGraph #54

Closed
wants to merge 2 commits into from

Conversation

laughedelic
Copy link
Member

All these in/out-One/Optional/Many-E/V methods in the TypedGraph have default implementations, based on the general in/out-E/V ones (by the way, outManyE is just the same as outE).

I'm going to leave in the TypedGraph only in/out-E/V and move implementations of the rest of them to the TypedVertex (where they also have default implementations based on these graph ones). From the point of view of the API, you're going to use these things from a vertex, not the graph.

in TypedVertex); in/out-Many is removed completely as a duplicate of
general in/out-E/V
@eparejatobes
Copy link
Member

It's not that simple :) this deserves a chat

@laughedelic
Copy link
Member Author

Ok. Let's discuss it in gitter? What's that about?

@laughedelic
Copy link
Member Author

This is done in #58.

@eparejatobes eparejatobes deleted the refactoring/duplicated-in-out-methods branch October 12, 2016 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants