| Author |
Refactoring Resources
|
Jim Ball
Greenhorn
Joined: Dec 05, 2006
Posts: 8
|
|
|
Any experienced "refactorers" out there? Just curious to know if there are any good resources with questions/answers and examples of best practices for refactoring your java code. You want code to run fast, be reliable, and maintainable; and to me those are the main areas where refactoring can assist.
|
 |
Kaydell Leavitt
Ranch Hand
Joined: Nov 18, 2006
Posts: 682
|
|
I've heard that Martin Fowler's book: "Refactoring: Improving the Design of Existing Code (Hardcover)" ISBN: 0201485672, is a very good book on the subject of refactoring. All of the examples are in Java. The book is rated 4 1/2 stars on amazon.com. I think it's a good book, so I ordered it. Refactoring Book -- Kaydell [ December 06, 2006: Message edited by: Kaydell Leavitt ]
|
 |
 |
|
|
subject: Refactoring Resources
|
|
|