TOP

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

リファクタリング技法

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

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


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

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

Moving Features between Objects

Moving Features between Objects

Move Method

Move Method

Move Field

Move Field

Extract Class

Extract Class

Inline Class

Inline Class

Hide Delegate

Hide Delegate

Remove Middle Man

Remove Middle Man

Introduce Foreign Method

Introduce Foreign Method

Introduce Local Extension

Introduce Local Extension