One of the things I've been trying to do is look for simpler or rules underpinning good or bad design. I think one of the most valuable rules is avoid duplication. "Once and only once" is the Extreme Programming phrase.
Martin FowlerComparing to another activity is useful if it helps you formulate questions, it's dangerous when you use it to justify answers.
Martin FowlerIn almost all cases, Iโm opposed to setting aside time for refactoring. In my view refactoring is not an activity you set aside time to do. Refactoring is something you do all the time in little bursts.
Martin FowlerAny fool can write code that a computer can understand. Good programmers write code that humans can understand.
Martin Fowler