aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-21 09:25:14 -0400
committerGitHub <[email protected]>2017-07-21 09:25:14 -0400
commit840c2ad2abdd174ad955f554077a91f0ef86a944 (patch)
tree2190428850eb8d47b6a3a89d3f05b09c54457ce3
parent3b52e46274bd788a4953714a248fb95bca3408a2 (diff)
downloadhistacom2-840c2ad2abdd174ad955f554077a91f0ef86a944.tar.gz
histacom2-840c2ad2abdd174ad955f554077a91f0ef86a944.tar.bz2
histacom2-840c2ad2abdd174ad955f554077a91f0ef86a944.zip
Update CONTRIBUTING.md
-rw-r--r--CONTRIBUTING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index db04143..b8c2dce 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,3 +7,7 @@ If you want to contribute, you need to follow these coding regulations for your
Please, do not use C# type names.
In other words, use `string` instead of `String`,
use `bool` rather than `Boolean`, etc.
+
+## camelCase
+
+When you define something private or local, name it using camelCase. However, if it is public, use PascalCase.