From ea45451c81e303fc78596061a81f3f1f07f388db Mon Sep 17 00:00:00 2001 From: nathanialrowe Date: Wed, 24 Sep 2014 03:24:08 -0500 Subject: [PATCH 1/4] modified: chain.py --- chain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain.py b/chain.py index 6698f8f9..6372457c 100644 --- a/chain.py +++ b/chain.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- """http://www.testingperspective.com/wiki/doku.php/collaboration/chetan/designpatternsinpython/chain-of-responsibilitypattern""" - +### class Handler: def __init__(self,successor): self._successor = successor; From b125c032352b3b2aea1336516fcb30ff3727eb4a Mon Sep 17 00:00:00 2001 From: nathanialrowe Date: Thu, 25 Sep 2014 03:51:02 -0500 Subject: [PATCH 2/4] modified: README.md README.md~ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87b467c5..ffcb0533 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ rerun `append_output.sh` (eg. ./append_output.sh borg.py) to keep the output comments at the bottom up to date. Current Patterns: - +### | Pattern | Description | |:-------:| ----------- | | [3-tier](3-tier.py) | data<->business logic<->presentation separation (strict relationships) | From f1ceff044d1c5ede285820096cd4d9b9c7385418 Mon Sep 17 00:00:00 2001 From: nathanialrowe Date: Thu, 25 Sep 2014 04:58:59 -0500 Subject: [PATCH 3/4] modified: README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffcb0533..cab83b19 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ rerun `append_output.sh` (eg. ./append_output.sh borg.py) to keep the output comments at the bottom up to date. Current Patterns: -### +### hi | Pattern | Description | |:-------:| ----------- | | [3-tier](3-tier.py) | data<->business logic<->presentation separation (strict relationships) | From 249083979ad432c961be1a7faf40bfb8e24550e5 Mon Sep 17 00:00:00 2001 From: nathanialrowe Date: Thu, 25 Sep 2014 10:00:19 -0500 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87b467c5..ed6d97f4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ rerun `append_output.sh` (eg. ./append_output.sh borg.py) to keep the output comments at the bottom up to date. Current Patterns: - +gj | Pattern | Description | |:-------:| ----------- | | [3-tier](3-tier.py) | data<->business logic<->presentation separation (strict relationships) |