1. 程式人生 > >重構-改善既有的程式碼設計-處理概括關係(11-1)

重構-改善既有的程式碼設計-處理概括關係(11-1)

11.1.欄位上移(Pull Up Field)

11.2.函式上移(Pull Up Method)

11.3.建構函式本體上移(Pull Up Constructor Body)

 

11.4.函式下降(Push Down Method)

11.5.欄位下移(Push Down Field)

11.6.提煉子類(Extract Subclass)