- Refactoring/BadSmellsInCode . . . . 5 matches
* ExtractMethod 하는중 parameter를 많이 넘겨야 하거나, 임시변수를 많이 사용하게 되는 경우 - ReplaceTempWithQuery, IntroduceParameterObject, PreserveWholeObject, ReplaceMethodWithMethodObject
* to take a bunch of data gleaned from an object and replace it with the object itself - PreserveWholeObject
ReplaceParameterWithMethod, IntroduceParameterObject, PreserveWholeObject
* ExtractClass, IntroduceParameterObject or PreserveWholeObject
ExtractClass, IntroduceParameterObject, PreserveWholeObject
Found 1 matching page out of 7555 total pages (5000 pages are searched)
You can also click here to search title.