0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

リファクタリング技法

Last updated at Posted at 2024-09-22

目的

リファクタリングに記載の技法のうちよく使うものを列挙し必要な時に参照できるようにする。
各技法の詳しい使い方については Python プログラムに置き換えて別記事として作成する。

7 章 カプセル化

  • オブジェクトによるプリミティブの置き換え
  • クラスの抽出

9 章 データの再編成

10

  • ポリモーフィズムによる条件記述の置き換え

11

  • ファクトリ関数によるコンストラクタの置き換え
  • コマンドによる関数の置き換え

12

  • スーパークラスの抽出
  • 委譲によるサブクラスの置き換え
  • 委譲によるスーパー クラスの置き換え
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?