|
From: Jeff D. <je...@du...> - 2000-07-07 11:30:00
|
The bible on Refactoring is Martin Folwer's book Refactoring. Here is link to it on FatBrain http://www1.fatbrain.com/asp/bookinfo/bookinfo.asp?theisbn=0201485672 and here is a link to his web page where he talks about the lastest Refactoring Patterns and work on a several Refactoring tools including a Java tool http://www.refactoring.com/. Personally, refactoring is all about how to take real world code an apply design patterns to it. It is really an excellent book. The more I use the examples, the more grow to just love this way of programming. It really is extremly powerful. All the examples in the book are in Java. Well, got go. Regards, Jeff |