From fdab41c90d6774209cccefee5695cca6af76d1e3 Mon Sep 17 00:00:00 2001 From: maoruibin <1252768410@qq.com> Date: Wed, 13 Jan 2016 23:28:45 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=9B=B4=E5=8A=A0=E5=BC=BA=E5=A4=A7?= =?UTF-8?q?=E7=9A=84Dagger2.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit per-request 翻译为 频繁的请求 --- ...345\212\240\345\274\272\345\244\247\347\232\204Dagger2.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/issue-34/\346\233\264\345\212\240\345\274\272\345\244\247\347\232\204Dagger2.md" "b/issue-34/\346\233\264\345\212\240\345\274\272\345\244\247\347\232\204Dagger2.md" index ec693073..3f422b56 100644 --- "a/issue-34/\346\233\264\345\212\240\345\274\272\345\244\247\347\232\204Dagger2.md" +++ "b/issue-34/\346\233\264\345\212\240\345\274\272\345\244\247\347\232\204Dagger2.md" @@ -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配置文件的编写成了噩梦 @@ -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 \ No newline at end of file +[9]: https://www.youtube.com/watch?v=oK_XtfXPkqw