Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Re-Engineering Legacy Software (Repost)

Posted By: DZ123
Re-Engineering Legacy Software (Repost)

Chris Birchall, "Re-Engineering Legacy Software"
English | 2016 | ISBN: 1617292508 | EPUB | pages: 232 | 3.1 mb

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
- Understanding the challenges of legacy projects
- Finding your starting point
PART 2 REFACTORING TO IMPROVE THE CODEBASE
- Preparing to refactor
- Refactoring
- Re-architecting
- The Big Rewrite
PART 3 BEYOND REFACTORING—IMPROVING PROJECT WORKFLOWAND INFRASTRUCTURE
- Automating the development environment
- Extending automation to test, staging, and production environments
- Modernizing the development, building, and deployment of legacy software
- Stop writing legacy code!