- PatternCatalog . . . . 2 matches
* ["TemplateMethodPattern"]
* ["Gof/TemplateMethod"]
- TestDrivenDevelopmentByExample/xUnitExample . . . . 2 matches
def testTemplateMethod(self):
TestCaseTest("testTemplateMethod").run()
- DesignPatternsAsAPathToConceptualIntegrity . . . . 1 match
EDO 와 RDD 는 이 1차 원리인 "변화하는 부분에 대해 캡슐화하라"와 그들의 명확한 룰들에 따라 적용될때 다른 방법들로 만나서, 다른 디자인 패턴들을 생성해 낼 것이다. 예를 들면, RDD는 Mediator, Command, TemplateMethod, ChainOfResponsibility (주로 behavior), EDD 는 Observer, Composite, ChainOfResposibility(주로 structure) 를 생성해낼것이다.
- LearningGuideToDesignPatterns . . . . 1 match
앞에서의 IteratorPattern 의 예제코드에서의 "Traverse" 는 TemplateMethodPattern 의 예이다. 이 패턴은 StrategyPattern 과 FactoryMethodPattern 를 보충해준다.
- Refactoring/BadSmellsInCode . . . . 1 match
ExtractMethod, ExtractClass, PullUpMethod, FormTemplateMethod
- Refactoring/DealingWithGeneralization . . . . 1 match
http://zeropage.org/~reset/zb/data/FormTemplateMethod.gif
- ResponsibilityDrivenDesign . . . . 1 match
* Generates DesignPatterns. ChainofResponsibilityPattern, MediatorPattern, CommandPattern and TemplateMethodPattern are all generated by the method.
Found 7 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.