graph.js
graph.js copied to clipboard
better names for .verticesWithPathFrom and .verticesWithPathTo
The names of the .verticesWithPathFrom(key)
and .verticesWithPathTo(key)
methods are no good.
They should at least contain a form of the word 'reachable'. Something like .verticesReachableFrom
and... what?
-
.verticesReachingTo
-
.verticesFromWhichReachable
-
.verticesBackwardsReachableFrom
?
Not sure yet. Anyway, this should be a version 2.x thing.