Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 IBM Graph 中的图创建模式。我听说我的节点、边和属性的名称都使用小写字母是最佳实践。其他最佳实践是什么?
例如,关于以下方面的典型最佳实践是什么:
我不会将此称为最佳实践,但更多的是一种避免在查询中输入错误名称的方法。最好为您的名称使用一致的命名方案。例如,对属性中的第一个字母和顶点/节点名称使用小写名称。其余的使用骆驼箱。例如,顶点标签可以是“stackOverflowQuestion”