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

Confusing usage of the GraphBuilder #119

Closed
pablormier opened this issue Feb 26, 2015 · 0 comments
Closed

Confusing usage of the GraphBuilder #119

pablormier opened this issue Feb 26, 2015 · 0 comments
Assignees
Milestone

Comments

@pablormier
Copy link
Contributor

The current implementation of the GraphBuilder that exploits type inference is more confusing than useful in different contexts. The current implementation does not allow simple things such as:

builder = GraphBuilder.create();
builder.connect("A").to("B").withEdge(2);
builder.connect("A").to("C").withEdge(3); 
...

Not supporting these kind of typical usages of a builder pattern is clearly a wrong decision.

@pablormier pablormier added this to the v1.0.0 milestone Feb 26, 2015
@pablormier pablormier self-assigned this Feb 26, 2015
@pablormier pablormier modified the milestones: v1.0.0, v1.0.0-rc2 Jul 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant