Huge methods/functions. This is always a sure sign of impending failure. Huge methods should be refactored into smaller methods and functions, with more generic uses. See also these related questions on SO: - [How many lines of code is too many?](http://stackoverflow.com/questions/20981/how-many-lines-of-code-is-too-many) - [Best rule for maximum function size?](http://stackoverflow.com/questions/129599/best-rule-for-maximum-function-size)