From 59cf2228ad4d6f19035c048212420b2417b2bacf Mon Sep 17 00:00:00 2001 From: greenTower Labs <30986428+greentowerlabs@users.noreply.github.com> Date: Thu, 17 Aug 2017 12:33:03 -0400 Subject: [PATCH 1/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a98f5cc..4a128eb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ ## Java Intro https://www.ibm.com/developerworks/java/tutorials/j-introtojava1/index.html +## Spring Testing +http://docs.spring.io/spring/docs/4.3.10.RELEASE/spring-framework-reference/htmlsingle/#testing + ## Groovy Eclipse Update Site http://dist.springsource.org/snapshot/GRECLIPSE/e4.7/ From 67adeb5b856cf8cc03b311a24ff6f55662d51b6e Mon Sep 17 00:00:00 2001 From: greenTower Labs <30986428+greentowerlabs@users.noreply.github.com> Date: Fri, 18 Aug 2017 09:54:10 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4a128eb..bff25aa 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ http://spockframework.org/spock/docs/1.0/spock_primer.html ## Spock web console http://meetspock.appspot.com/ +## github markdown +https://help.github.com/articles/basic-writing-and-formatting-syntax/ + + + From 445a27ecce4779d2b1bbac934eaabbadcf18be1a Mon Sep 17 00:00:00 2001 From: greenTower Labs <30986428+greentowerlabs@users.noreply.github.com> Date: Fri, 18 Aug 2017 09:55:03 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bff25aa..08e8c3e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ http://spockframework.org/spock/docs/1.0/spock_primer.html ## Spock web console http://meetspock.appspot.com/ +## Reference +https://cucumber.io/docs/reference + ## github markdown https://help.github.com/articles/basic-writing-and-formatting-syntax/ From 3be01e7c7b7fc6dd8c17ee24269552f7d48f1ce0 Mon Sep 17 00:00:00 2001 From: Timothy Begin Date: Wed, 21 Feb 2018 12:06:21 -0500 Subject: [PATCH 4/4] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 08e8c3e..940ab66 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ https://cucumber.io/docs/reference ## github markdown https://help.github.com/articles/basic-writing-and-formatting-syntax/ +## code smells +https://sourcemaking.com/refactoring/smells + +## catalog of refactorings +https://refactoring.com/catalog/ +