-
-
Notifications
You must be signed in to change notification settings - Fork 205
Inconsistent naming: "vertex" vs "node" #692
Copy link
Copy link
Open
Labels
AI 🤖For issues that can be handled by a coding agent. A scheduled workflow will look at those.For issues that can be handled by a coding agent. A scheduled workflow will look at those.argument consistencyissues related to argument naming/defaultsissues related to argument naming/defaultsdocumentation
Milestone
Metadata
Metadata
Assignees
Labels
AI 🤖For issues that can be handled by a coding agent. A scheduled workflow will look at those.For issues that can be handled by a coding agent. A scheduled workflow will look at those.argument consistencyissues related to argument naming/defaultsissues related to argument naming/defaultsdocumentation
In the interest of predictability, we should ensure that the API uses "vertex" consistently and avoids "node".
Currently, "node" us used:
vids, see Inconsistent naming of vertex selector parameters #691sample_traits_callaway()and other similar functions. Grep for@param nodes.This issue refers specifically to the API, which should be predictable. Using both "node" and "vertex" in the documentation text is less of an issue.