From 145e5eef7487fa94f6f2e7f0bf6c1a94f6cb88d6 Mon Sep 17 00:00:00 2001 From: George Mihailov Date: Wed, 26 Mar 2014 10:44:47 +0200 Subject: [PATCH] Link to collection of pattern implementations See https://github.com/domnikl/DesignPatternsPHP --- pages/Design-Patterns.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Design-Patterns.md b/pages/Design-Patterns.md index 22d85a0..046db3a 100644 --- a/pages/Design-Patterns.md +++ b/pages/Design-Patterns.md @@ -11,6 +11,7 @@ your code easier to manage and easier for others to understand. * [Architectural pattern on Wikipedia](https://en.wikipedia.org/wiki/Architectural_pattern) * [Software design pattern on Wikipedia](https://en.wikipedia.org/wiki/Software_design_pattern) +* [Collection of implementation examples](https://github.com/domnikl/DesignPatternsPHP) ## Factory