[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[jfriends-ml 10442] リファクタリン グのホームページ



高橋(徹)です。

2003年最初の読書会お疲れ様でした。

さて、読書会の宿題のうちの1つを調べました。リファクタリングのホ
ームページのURLは以下のとおり。
http://www.refactoring.com/

なんと、ドット・コムでした。

ちなみに、www.refactoring.orgへ行くと、デザインパターンのホーム
ページになってしまいます。

[Catalog]のリンクをたどると、書籍に記載されているリファクタリン
グに対して追加されたものや補足されたものが掲載されていました。
読書会で最後にこれらを読んでみてもよいかなぁなんて思います。

新規追加のものを列挙してみましょう。

    * Change Reference to Value
    * Change Value to Reference
    * Convert Dynamic to Static Construction
    * Convert Static to Dynamic Construction
    * Eliminate Inter-Entity Bean Communication (Link only)
    * Extract Package
    * Hide presentation tier-specific details from the business 
tier (Link only)
    * Introduce A Controller (Link only)
    * Introduce Business Delegate (Link only)
    * Introduce Synchronizer Token (Link only)
    * Localize Disparate Logic (Link only)
    * Merge Session Beans (Link only)
    * Move Business Logic to Session (Link only)
    * Move Class by Gerard M. Davison
    * Reduce Scope of Variable by Mats Henricson
    * Refactor Architecture by Tiers (Link only)
    * Remove Double Negative
    * Replace Assignment with Initialization
    * Replace Conditional with Visitor
    * Replace Data Value with Object
    * Replace Iteration with Recursion
    * Replace Recursion with Iteration
    * Replace Static Variable with Parameter
    * Reverse Conditional
    * Separate Data Access Code (Link only)
    * Split Loop
    * Use a Connection Pool (Link only)
    * Wrap entities with session (Link only)


---
Toru TAKAHASHI