Refactoring: Improving the Design of Existing Code (Addison-Wesley Object Technology Series)
Rate it:
7%
Flag icon
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
14%
Flag icon
Reviews help more experienced developers pass knowledge to less experienced people.
16%
Flag icon
Design Changes That Are Difficult to Refactor
16%
Flag icon
The other time you should avoid refactoring is when you are close to a deadline.
16%
Flag icon
With refactoring the emphasis changes. You still do upfront design, but now you don’t try to find the solution. Instead all you want is a reasonable solution.
25%
Flag icon
The key is the semantic distance between the method name and the method body.