소스 검색

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.