From ac2b19968bae15a6bf40879f76dd66b11acfe280 Mon Sep 17 00:00:00 2001 From: MitchellNeilson <133210512+MitchellNeilson@users.noreply.github.com> Date: Sun, 26 May 2024 12:48:23 +0200 Subject: [PATCH] Update ReadME.md --- ReadME.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/ReadME.md b/ReadME.md index ac60d39..a127dc9 100644 --- a/ReadME.md +++ b/ReadME.md @@ -43,11 +43,6 @@ In Cryptids Online, each player takes on the role of a cryptozoologist, racing t ### General -#### Naming Convention - -- We will be using a snake naming convention for variables (e.g. num_users) - - Motivation: [CamelCase vs. Under_score](https://www.cs.kent.edu/~jmaletic/papers/ICPC2010-CamelCaseUnderScoreClouds.pdf) - #### Comments 1. Comments should be clear. @@ -170,4 +165,4 @@ git add . && git commit -m "your commit message" && git push ## Versions - Node: 18.17.0 -- Bootstrap: v5 \ No newline at end of file +- Bootstrap: v5