Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【总结】提高效率的方法和思路? #7

Open
ShannonChenCHN opened this issue Apr 9, 2017 · 1 comment
Open

【总结】提高效率的方法和思路? #7

ShannonChenCHN opened this issue Apr 9, 2017 · 1 comment
Assignees

Comments

@ShannonChenCHN
Copy link
Owner

ShannonChenCHN commented Apr 9, 2017

  • 如何发现自己在哪方面存在效率问题

    • 详尽的时间记录
    • 跟别人的对比
  • 效率的提高主要有两个方面:
    ① 减少重复工作;
    ② 模式化、抽象化,减少思考时间;
    ③ 遇到过的问题,记录下来,研究一下,做个总结,下次遇到就不需要再去苦想了。

  • 回顾所做过的一些需求、写过的代码,参考别人怎么做的抽象化,归纳总结一下可以改进的地方,尝试在工作中和自己的项目中使用。

@ShannonChenCHN
Copy link
Owner Author

ShannonChenCHN commented Apr 9, 2017

  • 色值、字体、尺寸、位置这一类基本上是固定套路的,可以定义成宏或者类方法。
  • 常用的自定义控件的封装。
  • 架构方面的模式化,明确各方职责,有规范有套路,不乱套、不纠结。
  • 抽象化一下 UITableView、UICollectionView 这一类的模板代码,比如搞个专门的 delegate 类。
  • 使用 Code Snippet。
  • 用好 workflow 工具,比如 Alfred。

@ShannonChenCHN ShannonChenCHN self-assigned this Apr 9, 2017
@ShannonChenCHN ShannonChenCHN changed the title 项目中有哪些可以改进的重复工作? 提高效率的方法和思路? Apr 11, 2017
@ShannonChenCHN ShannonChenCHN changed the title 提高效率的方法和思路? 【总结】提高效率的方法和思路? Apr 11, 2017
@ShannonChenCHN ShannonChenCHN mentioned this issue May 24, 2017
13 tasks
@ShannonChenCHN ShannonChenCHN mentioned this issue Aug 13, 2017
13 tasks
@ShannonChenCHN ShannonChenCHN mentioned this issue Oct 5, 2017
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant