Refactoring in Large Software Projects

個数:

Refactoring in Large Software Projects

  • 在庫がございません。海外の書籍取次会社を通じて出版社等からお取り寄せいたします。
    通常6~9週間ほどで発送の見込みですが、商品によってはさらに時間がかかることもございます。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合がございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 280 p.
  • 言語 ENG
  • 商品コード 9780470858929
  • DDC分類 005.16

Full Description


Large Refactorings looks at methods of establish design improvements as an important and independent activity during development of software, and will help to ensure that software continues to adapt, improve and remain easy to read and modify without altering its observable behaviour. It provides real-world experience from real refactored projects and shows how to refactor software to ensure that it is efficient, fresh and adaptable.

Contents

1. Introduction. 1.1 Architecture Smells. 1.2 Large Refactorings. 1.3 Refactoring and Databases. 1.4 Refactoring and Published-APIs. 1.5 Recommended Reading. 1.6 For Whom Was this Book Written?. 1.7 The Background of this Book. 1.8 Acknowledgements. 2. Refactoring - An Overview. 2.1 Emergent Design. 2.2 What Does Refactoring Mean?. 2.3 The Role of Tests. 2.4 Tools Support for Refactorings. 2.5 Experiences and Recommendations. 2.6 References. 3. Architecture Smells. 3.1 Design Principles. 3.2 Smells in Dependency Graphs. 3.3 Smells in Inheritance Hierarchies. 3.4 Smells in Packages. 3.5 Smells in Subsystems. 3.6 Smells in Layers. 3.7 Locating Smells. 3.8 Preventing Smells. 3.9 References. 4. Large Refactorings. 4.1 Introduction. 4.2 Best Practices for Large Refactorings. 4.3 Fragments of Large Refactorings. 4.4 Example: Lists. 4.5 References. 5. Refactoring of Relational Databases. 5.1 Differences between Databases and OO Programming Languages. 5.2 Problems in the Interaction of Programs and Database. 5.3 Refactoring of Relational Database Schemas. 5.4 Migration of Data between Different Versions of a Database Schema. 5.5 Refactoring Database Access Codes. 5.6 Roles in a Project. 5.7 Tools. 5.8 Tips. 5.9 A Typical Data Models. 5.10 An Example. 5.11 References. 6. API Refactorings. 6.1 Subsystems. 6.2 Problems of API Refactorings. 6.3 Compatibility Classes. 6.4 Refactoring Tags. 6.5 API Refactorings in Detail. 6.6 Converter. 6.7 Application Migration with Incompatible Subsystem Changes. 6.8 Tips for Designing APIs. 6.9 An Example. 6.10 Another Approach: "Catch Up and Replay". 6.11 References. 7. Tool-based Detection and Avoidance of Architecture Smells. 7.1 Specifications of an Analysis Tool. 7.2 Architecture Analysis with Sotograph. 7.3 Architecture Analysis Based on Cycles. 7.4 Metrics-based Architecture Analysis. 7.5 Support for the Preparation of Large Refactorings. 7.6 Support of the Refactoring Process. 7.7 Conclusion. 8. Conclusion. Glossary. Index.