Move Accumulation To Collecting Parameter

Problem:

You have a single bulky method that accumulates information to a local variable.

Solution:

Accumulate results to a Collecting Parameter that gets passed to extracted methods.