Parcourir la source

Update STYLE.md

Felix Turowsky il y a 4 ans
Parent
commit
661e5c6178
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      STYLE.md

+ 2 - 0
STYLE.md

@@ -1,3 +1,5 @@
 # Code Style Conventions
 
 - See https://wiki.qt.io/Qt_Coding_Style for general code style guidelines.
+- Classes start with a capital letter and are camelCased.
+- Functions start with a lower case letter and are camelCased.