TOP

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

リファクタリング技法

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

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


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

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

Composing Methods

Composing Methods

Extract Method

Extract Method

Inline Method

Inline Method

Extract Variable

Extract Variable

Inline Temp

Inline Temp

Replace Temp with Query

Replace Temp with Query

Split Temporary Variable

Split Temporary Variable

Remove Assignments to Parameters

Remove Assignments to Parameters

Replace Method with Method Object

Replace Method with Method Object

Substitute Algorithm

Substitute Algorithm(アルゴリズムの置き換え)