learnxinyminutes-docs icon indicating copy to clipboard operation
learnxinyminutes-docs copied to clipboard

[cypher/*] Update cypher for camelCase vs PascalCase usage

Open encX opened this issue 3 years ago • 2 comments

  • [x] I solemnly swear that this is all original content of which I am the original author
  • [x] Pull request title is prepended with [language/lang-code] (example [python/fr-fr] or [java/en])
  • [x] Pull request touches only one file (or a set of logically related files with similar changes made)
  • [x] Content changes are aimed at intermediate to experienced programmers (this is a poor format for explaining fundamental programming concepts)
  • [ ] If you've changed any part of the YAML Frontmatter, make sure it is formatted according to CONTRIBUTING.md
    • [ ] Yes, I have double-checked quotes and field names!

encX avatar May 25 '22 07:05 encX

Sorry for the delay, looks good.

vendethiel avatar Jan 30 '24 10:01 vendethiel

There are conflicts here. Could you please resolve them, @encX ?

mribeirodantas avatar May 02 '24 20:05 mribeirodantas

I don't agree with this PR. CamelCase can also be considered camel case. It's less common for people to know what Pascal is or its casing rules. The UPPER_SNAKE_CASE makes sense though.

verhovsky avatar May 15 '24 02:05 verhovsky