[ 
https://issues.apache.org/jira/browse/TINKERPOP3-902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stephen mallette closed TINKERPOP3-902.
---------------------------------------
       Resolution: Won't Fix
    Fix Version/s:     (was: 3.1.0-incubating)

Removed 3.1.0-incubating from fix version so that it doesn't show up in 
CHANGELOG.

> Remove g.E() in favor of g.V().outE()
> -------------------------------------
>
>                 Key: TINKERPOP3-902
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-902
>             Project: TinkerPop 3
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.0.2-incubating
>            Reporter: Marko A. Rodriguez
>            Assignee: Marko A. Rodriguez
>              Labels: breaking
>
> I think we should get rid of {{g.E()}} as this is simply {{g.V().outE()}}. 
> The only benefit is being able to access an edge by id... do people do this?
> {code}
> g.E() => g.V().outE()
> g.E(1,2,3) => g.V().outE().has(id,within(1,2,3))
> {code}
> The argument for keeping {{g.E()}} is the second case above.... Anywho, just 
> an idea.
> NOTE: Deprecation is easy here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to