浏览代码

Update STYLE.md

Felix Turowsky 4 年之前
父节点
当前提交
661e5c6178
共有 1 个文件被更改,包括 2 次插入0 次删除
  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.