Long Method

This smell occurs when a method is too long to understand. As Fowler says "...the longer a procedure (method) is, the more difficult it is to understand."

Tools

The following set of tools detects this smell: Designite(for C#) DesigniteJava(for Java)

Reference

M. Fowler, “Refactoring: Improving the Design of Existing Code”. Addison-Wesley, 1999.


Implementation Smells

Home

All rights reserved (c) Tushar Sharma 2017-23.