Scene II: Jerry reviews
n5-minute silent code review
nStep-by-step walkthrough
nPreliminary results
–Does not meet Mr. C’s standards
nLong method identified
nRefactoring suggested
After lunch he turns in his work to Jerry, the journeyman, who looks at it for a couple of minutes, then says that it will get them both fired.

He proceeds to walk through the code line by line with Alphonse.

The first problem that he finds is that one method is trying to do too many things.  This might be called the long method problem, or the schizophrenic method or the jack-of-all-trades method.

Jerry suggests breaking it up into three different methods.