Skip to content

命名规范

lusess123 edited this page May 29, 2018 · 2 revisions
  1. 由于mac默认规则的关系,文件名统一小写 xxxapp,xxxpage,xxxcol

  2. class 大写开头 XxxApp,XxxPage,XxxCol

  3. interface I开头 IApp, IPage

  4. private 成员 _开头,或者f 开头, fName

  5. protect 成员 p开头, pForceUpdate

  6. 属性名 大写开头

  7. 函数 和 方法名 小写开头

  8. 参数名 小写

  9. 临时变量 _或者 __开头

Clone this wiki locally