From 6367335ff26fe50775d394bb17aaf9fa45eb8fe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Fri, 13 Mar 2015 22:07:24 +0200 Subject: [PATCH] Appended Mr. Fowler to credits section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1804d9398..c21b7f8d2 100644 --- a/README.md +++ b/README.md @@ -444,6 +444,7 @@ The difference is the intent of the patterns. While Proxy controls access to the * [Java Generics and Collections](http://www.amazon.com/Java-Generics-Collections-Maurice-Naftalin/dp/0596527756/) * [Let’s Modify the Objects-First Approach into Design-Patterns-First](http://edu.pecinovsky.cz/papers/2006_ITiCSE_Design_Patterns_First.pdf) * [Pattern Languages of Program Design](http://www.amazon.com/Pattern-Languages-Program-Design-Coplien/dp/0201607344/ref=sr_1_1) +* [Martin Fowler - Event Aggregator](http://martinfowler.com/eaaDev/EventAggregator.html)