Compare commits

..

No commits in common. "701040606e0c686cc03b586ad4e85d8a8cfb6516" and "ad3bd3312d36936e5f8f9aa756d84a74749c536c" have entirely different histories.

View File

@ -1,13 +0,0 @@
# Formatting
# 2 Naming
## 2.1 General
Names should only include ASCII letters and digits and should never begin with a digit.
## 2.2 Class names
Class names are written in UpperCamelCase
## 2.3 Method names
Class names are written in lowerCamelCase.
They are often verbs describing the function of the method.
##