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. Those methods should be appropriately organized, e.g. in to new classes.
See also these related questions on SO:
