From 342bbf787c37d544154044d3be58c5a2a2d51477 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sat, 25 Nov 2017 12:37:28 -0800 Subject: add link to Deprecating the Observer Pattern --- readme.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index ee735f13..25d749e7 100644 --- a/readme.md +++ b/readme.md @@ -272,6 +272,9 @@ The end-goal is the same: to write code in a "direct style" and have it automatically "lifted" into a dependency graph, which you can introspect and use for incremental updates at runtime. +Scala.Rx is itself build upon the 2010 paper +[Deprecating the Observer Pattern](https://infoscience.epfl.ch/record/148043/files/DeprecatingObserversTR2010.pdf). + ### CBT Mill looks a lot like [CBT](https://github.com/cvogt/cbt). The inheritance based -- cgit v1.2.3