Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 151 Bytes

File metadata and controls

6 lines (5 loc) · 151 Bytes

命名

  1. 采用驼峰式命名;
  2. 自定义数据类型(enum,struct,class)采用全部大写

数组

  1. 数组计数从1开始;