Martin Fowler 1999
From CSSEMediaWiki
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
This is the pre-eminent [[Refactoring]] book. It uses Java examples. | This is the pre-eminent [[Refactoring]] book. It uses Java examples. | ||
− | ''' | + | == Details == |
+ | [[Image:Martin Fowler 2003 cover.jpg|thumb|left]] | ||
+ | '''Title:''' Refactoring : improving the design of existing code | ||
− | [[ | + | '''Author:''' [[Martin Fowler]], [[Kent Beck]], John Brant, William Opdyke, Don Roberts |
+ | |||
+ | '''Year:''' 1999 | ||
+ | |||
+ | '''Publisher:''' Addison-Wesley Professional | ||
+ | |||
+ | '''Link:''' [http://www.amazon.com/Refactoring-Improving-Existing-Addison-Wesley-Technology/dp/0201485672|On Amazon] | ||
+ | |||
+ | '''Copies:''' In the PSL. [[Wals library]] has a copy too. | ||
== See also == | == See also == | ||
Line 11: | Line 19: | ||
* [[Refactoring]] | * [[Refactoring]] | ||
* [[Code smells]] | * [[Code smells]] | ||
− | * | + | * [http://www.refactoring.com/|Martin Fowler's refactoring page]. |
− | * | + | * [http://www.refactoring.com/catalog/|Martin Fowler's refactoring catalog]. |
Revision as of 20:20, 28 July 2009
This is the pre-eminent Refactoring book. It uses Java examples.
Details
Title: Refactoring : improving the design of existing code
Author: Martin Fowler, Kent Beck, John Brant, William Opdyke, Don Roberts
Year: 1999
Publisher: Addison-Wesley Professional
Link: Amazon
Copies: In the PSL. Wals library has a copy too.