Skip to content

Commit

Permalink
Update style-guide advice about functions (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPryce-Aklundh authored Jan 4, 2024
1 parent 5bd9bdd commit 3f2ee9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/pages/styleguide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ For rules and recommendations for naming of labels, relationship types and prope

* When using Cypher language constructs in prose, use a `monospaced` font and follow the styling rules.
* When referring to labels and relationship types, the colon should be included as follows: `:Label`, `:REL_TYPE`.
* When referring to functions, use lower camel case and parentheses should be used as follows: `shortestPath()`.
Arguments should normally not be included.
* When referring to functions, use lower camel case and parentheses.
For example: `toString()`.
* If you are storing Cypher statements in a separate file, use the file extension `.cypher`.


Expand Down

0 comments on commit 3f2ee9d

Please sign in to comment.