From f186a9bf550564cad968cf8427e212fb087bd49a Mon Sep 17 00:00:00 2001 From: pysuper <31722887+pysuper@users.noreply.github.com> Date: Thu, 7 Sep 2017 15:53:58 +0800 Subject: [PATCH 1/3] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a0b8533 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Java-Design-Patterns- +According to GOF‘s Design Pattern,Implemented by Java. From 839afad972a402ab9433dd44d4d249c8d54c52a6 Mon Sep 17 00:00:00 2001 From: pysuper <31722887+pysuper@users.noreply.github.com> Date: Thu, 7 Sep 2017 16:25:08 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0b8533..3749dd8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# Java-Design-Patterns- -According to GOF‘s Design Pattern,Implemented by Java. +# Java-Design-Patterns +Base on GOF‘s Design Pattern,Implemented by Java. From 77fdded81f28c56cea89447bdb383e07f39e90f8 Mon Sep 17 00:00:00 2001 From: pysuper <31722887+pysuper@users.noreply.github.com> Date: Thu, 7 Sep 2017 16:42:48 +0800 Subject: [PATCH 3/3] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add more detailed description。 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3749dd8..047e43a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Java-Design-Patterns -Base on GOF‘s Design Pattern,Implemented by Java. +Base on GOF‘s Design Pattern,A total of 23 design patters are included,Implemented by Java.