krlawrence / graph

Practical Gremlin - An Apache TinkerPop Tutorial
Apache License 2.0
830 stars 251 forks source link

Improve coverage of anonymous traversals. #265

Open krlawrence opened 11 months ago

krlawrence commented 11 months ago

Anonymous traversals are only mentioned five times in the fist edition and in at least one case not described quite accurately. They are described as not spawning from V or E which can be misleading and is also not quite accurate.

In general for the second edition the discussion of anonymous traversals should be expanded and improved.