-
Notifications
You must be signed in to change notification settings - Fork 81
Description
I am working on a project, for which I found bulbs to be very useful. There are however a few features, which I miss, such as
1, checking the equivalence of two elements:
if myvertex1.equivalent(myvertex2): ....
2, being able to execute a previously defined custom gremlin step from my vertex (or edge),
such as:
myfriends = myvertex1.custom('friends')
and many others ...
I have implemented the above two features in my fork, and I would like to get them included in the master. However, before sending the pull-request I would like to know your opinion and get some coding guidelines to make sure the code fits the philosophy.
Since I plan to use bulbs in the project I am planning to contribute more in the future for the benefit of everyone, including myself.