摘要: 目录: 一、格式化代码 二、命名 命名要求 1. 类的命名: 规则: 大驼峰命名法,每个单词的首字母都采用大写字母。一般添加业务前缀。后缀一般是当前类的种类。 ViewController:后缀:ViewController NavigationController:后缀:ViewControlle 阅读全文
posted @ 2017-05-22 09:19 ZachRobin 阅读(265) 评论(0) 推荐(0)