重构-改善既有代码的设计, Refactoring: Improving the Design of Existing Code Martin Fowler Kent Beck John Brant William Opdyke Don Roberts Publisher: Addison Wesley
重构改进现有代码的设计
第01章
测试代码
package chapter0101 ;
import org.testng.annotations.Test ;
public class CustomerTest {
Test
public void statement () {
Customer customer = new Customer ( " John " );
String title = " Titanic " ;
int priceCode = 2 ;
int