Friday, February 12, 2010

Long Method

A method is not easier to read or understand what it is doing. It has nothing to do with the size of the method. But if the size of a method is huge then obviously it is not easier to understand what it is doing. Naturally shorter method is easier to read. So, try extracting more shorter method to get rid of the long method.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home