LongMethodSmell
Last edit June 8, 2005
One of the canonical
CodeSmell
s.
Fix this smell by refactoring with one of the following:
ExtractMethod
ReplaceTempWithQuery
IntroduceParameterObject
PreserveWholeObject
ReplaceMethodWithMethodObject
DecomposeConditional
LongFunctions
See
ShortMethods
TallerThanMe
CategoryCodeSmell