Github user okram commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/529#discussion_r95351351
  
    --- Diff: 
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/__.java
 ---
    @@ -810,6 +810,20 @@ protected __() {
         }
     
         /**
    +     * @see GraphTraversal#skip(long)
    +     */
    +    public static <A> GraphTraversal<A, A> skip(final long n) {
    --- End diff --
    
    We call the variable `final long limit` for `limit()`. Perhaps call `n` 
`skip` so it has the same look and feel. `skip(final long skip)`. Likewise for 
your `Scope` version.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to