- Refactoring/BadSmellsInCode . . . . 2 matches
* ExtractMethod 하는중 parameter를 많이 넘겨야 하거나, 임시변수를 많이 사용하게 되는 경우 - ReplaceTempWithQuery, IntroduceParameterObject, PreserveWholeObject, ReplaceMethodWithMethodObject
ExtractMethod, ReplaceTempWithQuery, ReplaceMethodWithMethodObject, DecomposeConditional
- Functor . . . . 1 match
비슷한 구현에 대해서 OO 쪽에서는 MethodObject 라 부르기도 함. (Refactoring에 나옴) 구현 모양상으로 보면 CommandPattern, C++ 진영에서는 Functor 가 일반적인 표현.; --[1002]
- Refactoring/ComposingMethods . . . . 1 match
http://zeropage.org/~reset/zb/data/ReplaceMethodWithMethodObject.gif
Found 3 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.