From 79add93e0de5435b0a34900f72f20c4a902794a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Mon, 11 Jun 2018 16:06:57 +0200 Subject: [PATCH 1/3] Add Design Patterns for Humans Add the well-known Design Patterns for Humans ressource. https://github.com/kamranahmedse/design-patterns-for-humans --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f53502a..4c7d67a 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ - [Scalable System Design Patterns](https://dzone.com/articles/scalable-system-design) - Scalable system design techniques. - [martin fowler](https://martinfowler.com/eaaCatalog/) - Catalog of Patterns of Enterprise Application Architecture. - [system-design-primer](https://github.com/donnemartin/system-design-primer) - Design large-scale systems. +- [patterns for humans](https://github.com/kamranahmedse/design-patterns-for-humans) - Design Patterns for Humans. ## Cloud Architecture - [AWS cloud design patterns](http://en.clouddesignpattern.org/index.php/Main_Page) - The AWS Cloud Design Patterns (CDP). From 2345e0e9bf1d6dcb64999ad8a6b314e888e363ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Mon, 11 Jun 2018 16:11:20 +0200 Subject: [PATCH 2/3] Reflect the common structure The ressource is illustrated with PHP examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c7d67a..90e5d1e 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ - [design-patterns](https://github.com/dbacinski/Design-Patterns-In-Kotlin) - [gof-in-kotlin](https://github.com/lmller/gof-in-kotlin) - [PHP] + - [humans](https://github.com/kamranahmedse/design-patterns-for-humans) - [design-patterns](https://github.com/domnikl/DesignPatternsPHP) - [Python] - [design-patterns](https://github.com/faif/python-patterns) @@ -79,7 +80,6 @@ - [Scalable System Design Patterns](https://dzone.com/articles/scalable-system-design) - Scalable system design techniques. - [martin fowler](https://martinfowler.com/eaaCatalog/) - Catalog of Patterns of Enterprise Application Architecture. - [system-design-primer](https://github.com/donnemartin/system-design-primer) - Design large-scale systems. -- [patterns for humans](https://github.com/kamranahmedse/design-patterns-for-humans) - Design Patterns for Humans. ## Cloud Architecture - [AWS cloud design patterns](http://en.clouddesignpattern.org/index.php/Main_Page) - The AWS Cloud Design Patterns (CDP). From 5704dded525832616d7db1ccceebdf4ae9b115e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Mon, 11 Jun 2018 16:12:11 +0200 Subject: [PATCH 3/3] Tabulation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90e5d1e..a03b8a9 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ - [design-patterns](https://github.com/dbacinski/Design-Patterns-In-Kotlin) - [gof-in-kotlin](https://github.com/lmller/gof-in-kotlin) - [PHP] - - [humans](https://github.com/kamranahmedse/design-patterns-for-humans) + - [humans](https://github.com/kamranahmedse/design-patterns-for-humans) - [design-patterns](https://github.com/domnikl/DesignPatternsPHP) - [Python] - [design-patterns](https://github.com/faif/python-patterns)