Skip to content

Commit

Permalink
Update ReadME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellNeilson authored May 26, 2024
1 parent e93c04f commit ac2b199
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ReadME.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -170,4 +165,4 @@ git add . && git commit -m "your commit message" && git push
## Versions

- Node: 18.17.0
- Bootstrap: v5
- Bootstrap: v5

0 comments on commit ac2b199

Please sign in to comment.