Here are some clues that tell you that your code may be too complex: You have to add “hacks” to make things keep working. Other developers keep asking you how some part of the code works. Other developers keep mis-using your code, and causing bugs. Reading a line of code takes longer than an instant for an experienced developer. You feel scared to modify this part of the code. Management seriously considers hiring more than one developer to work on a single class or file. It’s hard to f...