Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • a trail of private methods strung together

  • method names with the word process in them

  • lack of clarity over which method is responsible for what job

  • the inability to reuse any part of the trail other than the head

  • one utility for the list and another for an individual element on the list

  • needing to declare the same exceptions at each point and the resulting exceptions actually thrown could come from anywhere along the trail.

...