摘要: 在 Android 上,Square 这家公司提供了非常有名的工具: leakcanary ,来帮助开发者们在日常开发过程中就能够发现内存泄漏。但在 iOS 上呢?在 Google 的时候,我发现了两个工具,一个是这篇文章将要翻译并介绍的 Facebook 开源的三件套,另一个则是国内微信阅读团队做 阅读全文
posted @ 2019-01-17 17:52 zzfx 阅读(346) 评论(0) 推荐(0)
摘要: Functional Reactive Programming (FRP) integrates time flow and compositional events into functional programming. This provides an elegant way to expre 阅读全文
posted @ 2019-01-17 15:58 zzfx 阅读(209) 评论(0) 推荐(0)
摘要: Programs take input and produce output. The output is the result of doing something with the input. Input, transform, output, done. This pattern is ea 阅读全文
posted @ 2019-01-17 15:05 zzfx 阅读(203) 评论(0) 推荐(0)
摘要: To put it another way, the output at any one time is the result of combining all inputs. The output is a function of all inputs up to that time. 摘要: 1 阅读全文
posted @ 2019-01-17 14:49 zzfx 阅读(272) 评论(0) 推荐(0)