One of the canonical CodeSmells.
Fix this smell by refactoring with one of the following:
- ExtractMethod
- ReplaceTempWithQuery
- IntroduceParameterObject
- PreserveWholeObject
- ReplaceMethodWithMethodObject
- DecomposeConditional
- LongFunctions
See ShortMethods TallerThanMe CategoryCodeSmell