null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Re-Engineering Legacy Software

List Price: $64.99
SKU:
9781617292507
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Chris Birchall
    Format:
    Paperback
    Pages:
    232
    Publisher:
    Manning (May 9, 2016)
    Language:
    English
    ISBN-13:
    9781617292507
    ISBN-10:
    1617292508
    Weight:
    14.88oz
    Dimensions:
    7.38" x 9.25" x 0.5"
    File:
    Eloquence-SimonSchuster_05022026_P10038138_onix30_Complete-20260502.xml
    Folder:
    Eloquence
    List Price:
    $64.99
    Case Pack:
    34
    As low as:
    $58.49
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    Summary

    As a developer, you may inherit projects built on existing codebases with design patterns, usage assumptions, infrastructure, and tooling from another time and another team. Fortunately, there are ways to breathe new life into legacy projects so you can maintain, improve, and scale them without fighting their limitations.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the Book

    Re-Engineering Legacy Software is an experience-driven guide to revitalizing inherited projects. It covers refactoring, quality metrics, toolchain and workflow, continuous integration, infrastructure automation, and organizational culture. You'll learn techniques for introducing dependency injection for code modularity, quantitatively measuring quality, and automating infrastructure. You'll also develop practical processes for deciding whether to rewrite or refactor, organizing teams, and convincing management that quality matters. Core topics include deciphering and modularizing awkward code structures, integrating and automating tests, replacing outdated build systems, and using tools like Vagrant and Ansible for infrastructure automation.

    What's Inside
    • Refactoring legacy codebases
    • Continuous inspection and integration
    • Automating legacy infrastructure
    • New tests for old code
    • Modularizing monolithic projects

    About the Reader

    This book is written for developers and team leads comfortable with an OO language like Java or C#.

    About the Author

    Chris Birchall is a senior developer at the Guardian in London, working on the back-end services that power the website.

    Table of Contents

      PART 1 GETTING STARTED

    1. Understanding the challenges of legacy projects
    2. Finding your starting point
    3. PART 2 REFACTORING TO IMPROVE THE CODEBASE

    4. Preparing to refactor
    5. Refactoring
    6. Re-architecting
    7. The Big Rewrite
    8. PART 3 BEYOND REFACTORING—IMPROVING PROJECT WORKFLOWAND INFRASTRUCTURE

    9. Automating the development environment
    10. Extending automation to test, staging, and production environments
    11. Modernizing the development, building, and deployment of legacy software
    12. Stop writing legacy code!