+
+
+
+
+
+
+
+
+3 Conventions
+Our code adheres to some style conventions as decribed in this chapter.
+3.1 Casing
+In general we use camelCase naming for arguments and functions.
+ + +diff --git a/.nojekyll b/.nojekyll index 646f091..03b1191 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -3aaa62df \ No newline at end of file +9afa05c4 \ No newline at end of file diff --git a/contributing.html b/contributing.html index e60fb73..92c8cb6 100644 --- a/contributing.html +++ b/contributing.html @@ -7,7 +7,7 @@ -
Our code adheres to some style conventions as decribed in this chapter.
+In general we use camelCase naming for arguments and functions.
+ + +