[ https://issues.apache.org/jira/browse/TINKERPOP-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16272378#comment-16272378 ]
ASF GitHub Bot commented on TINKERPOP-1734: ------------------------------------------- Github user FlorianHockmann commented on the issue: https://github.com/apache/tinkerpop/pull/758 Really nice to see how easy it is to implement a DSL in Gremlin.Net and I like your suggestion to simply create another version of `__` to deal with the fact that we can't extend it in C#. My only suggestion is to change the name of the classes in the examples that contain extension methods to end on `Extensions` as that is a convention in C#. So `SocialTraversal` would become `SocialTraversalExtensions` and `SocialTraversalSource` becomes `SocialTraversalSourceExtensions`. That also communicates the fact that those classes don't inherit from `GraphTraversal` and `GraphTraversalSource`. > DSL for Gremlin .NET > -------------------- > > Key: TINKERPOP-1734 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1734 > Project: TinkerPop > Issue Type: Improvement > Components: dotnet > Affects Versions: 3.2.5 > Reporter: stephen mallette > > This may just be a documentation issue, but we need to determine the approach > to building DSLs with .NET. -- This message was sent by Atlassian JIRA (v6.4.14#64029)