Skip to content

Commit

Permalink
Merge pull request #1 from maoruibin/patch-1
Browse files Browse the repository at this point in the history
Update 更加强大的Dagger2.md
  • Loading branch information
lowwor committed Jan 14, 2016
2 parents 97835c2 + fdab41c commit f53ad4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions issue-34/更加强大的Dagger2.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ However, together with the apparent advantages (of which there were enough to ma


Graph composition at runtime - hurts performance, especially in a per-request use case (backend scenario)
图谱(Graph)是在运行时构建的 -影响性能,尤其是在单请求的用例中(后台服务器场景),
图谱(Graph)是在运行时构建的 -影响性能,尤其是在频繁请求的用例中(后台服务器场景),

Reflection (i.e. ```Class.forName()``` on generated types) - makes generated code hard to follow and ProGuard a nightmare to configure
使用了反射(比如说 用```Class.forName()```来获取已经生成的类型) - 使得生成的代码难以跟踪,同时ProGuard配置文件的编写成了噩梦
Expand Down Expand Up @@ -325,4 +325,4 @@ Are there problems? Yes, but none serious enough to keep you from trying it out
[6]: http://en.wikipedia.org/wiki/Factory_%28object-oriented_programming%29
[7]: https://github.com/mgouline/android-samples/tree/master/dagger2-demo
[8]: http://google.github.io/dagger/
[9]: https://www.youtube.com/watch?v=oK_XtfXPkqw
[9]: https://www.youtube.com/watch?v=oK_XtfXPkqw

0 comments on commit f53ad4f

Please sign in to comment.