Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/system-design/naming.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
驼峰命名法应该我们最常见的一个,这种命名方式使用大小写混合的格式来区别各个单词,并且单词之间不使用空格隔开或者连接字符连接的命名方式
#### 大驼峰命名法(CamelCase
#### 大驼峰命名法(UpperCamelCase
**类名需要使用大驼峰命名法(UpperCamelCase**
Expand Down