TOP

このエントリーをはてなブックマークに追加

リファクタリング技法

ここではCode Smellを解消するために参考となるリファクタリング技法や、その他参考になりそうな概念を紹介していこうと思います。

リファクタリングに関してはこの辺りの書籍が参考になると思います。


リファクタリング第2版
refactoring
レガシーコード改善ガイド
legacy_code

関連するリファクタリング技法

Dealing with Generalisation

Dealing with Generalisation

Pull Up Field

Pull Up Field

Pull Up Method

Pull Up Method

Pull Up Constructor Body

Pull Up Constructor Body

Push Down Method

Push Down Method

Push Down Field

Push Down Field

Extract Subclass

Extract Subclass

Extract Superclass

Extract Superclass

Extract Interface

Extract Interface

Collapse Hierarchy

Collapse Hierarchy

Form Template Method

Form Template Method

Replace Inheritance with Delegation

Replace Inheritance with Delegation

Replace Delegation with Inheritance

Replace Delegation with Inheritance