Preferred Terms
The following conventions are used in Bifrost. These conventions are not enforced.
- Do not use "point" and "position" interchangeably. Limit "point" to refer to the geometric element, and "position" to mean a position in space.
- Only use generic terms if your node, your port, or your type is generic. Use specific terms otherwise. For example, if your input port only accepts meshes, name it
mesh
rather thanobject
. - Use “found”, “valid”, “matches”, or similarly descriptive terms for reporting boolean results.