Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon authored Jan 6, 2018
1 parent ad69190 commit e09985e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ public class DemoApplication extends Application {
## 编程思想
* 能复制就复制,节约时间避免出错
* 保留原本结构,简单上手容易调试
* 说明随手可得,不用上网或打开文档
* 增加必要注释,说明功能和使用方法
* 命名尽量规范,容易查找一看就懂
* 函数尽量嵌套,减少代码容易修改
* 说明随手可得,不用上网或打开文档
* 命名必须规范,容易查找一看就懂
* 重载尽量转发,减少代码容易修改
* 最先参数判错,任意调用不会崩溃
* 代码模块分区,方便浏览容易查找
* 封装常用代码,方便使用降低耦合
Expand Down

0 comments on commit e09985e

Please sign in to comment.