Refactoring at Scale

Download Refactoring at Scale PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1492075485
Total Pages : 246 pages
Book Rating : 4.4/5 (92 download)

DOWNLOAD NOW!


Book Synopsis Refactoring at Scale by : Maude Lemaire

Download or read book Refactoring at Scale written by Maude Lemaire and published by "O'Reilly Media, Inc.". This book was released on 2020-10-13 with total page 246 pages. Available in PDF, EPUB and Kindle. Book excerpt: Making significant changes to large, complex codebases is a daunting task--one that's nearly impossible to do successfully unless you have the right team, tools, and mindset. If your application is in need of a substantial overhaul and you're unsure how to go about implementing those changes in a sustainable way, then this book is for you. Software engineer Maude Lemaire walks you through the entire refactoring process from start to finish. You'll learn from her experience driving performance and refactoring efforts at Slack during a period of critical growth, including two case studies illustrating the impact these techniques can have in the real world. This book will help you achieve a newfound ability to productively introduce important changes in your codebase. Understand how code degrades and why some degradation is inevitable Quantify and qualify the state of your codebase before refactoring Draft a well-scoped execution plan with strategic milestones Win support from engineering leadership Build and coordinate a team best suited for the project Communicate effectively inside and outside your team Adopt best practices for successfully executing the refactor

Refactoring at Scale

Download Refactoring at Scale PDF Online Free

Author :
Publisher :
ISBN 13 : 9781492075530
Total Pages : 300 pages
Book Rating : 4.0/5 (755 download)

DOWNLOAD NOW!


Book Synopsis Refactoring at Scale by : Maude Lemaire

Download or read book Refactoring at Scale written by Maude Lemaire and published by . This book was released on 2021-01-12 with total page 300 pages. Available in PDF, EPUB and Kindle. Book excerpt: Maintaining large applications is difficult, but supporting large, disorganized applications is nearly impossible. If you're unable to rapidly ship changes to your code without introducing new bugs or causing outages, perhaps it's time to slow down and consider a significant refactor. With this practical guide, software engineer Maude Lemaire teaches you how to identify and solve problematic patterns in your codebase. You'll learn techniques to help you effectively plan and execute a refactor spanning extensive surface areas of your application. Drawing from Lemaire's experience driving performance and refactoring efforts at Slack during a period of critical growth, this book helps you achieve newfound developer productivity throughout your organization. You'll learn how to: Identify the benefits of refactoring: bug squashing, developer productivity, and performance optimization Understand and articulate what's wrong with your current code Document and measure the impact of a refactoring effort Bring together the best team for the job Build sustainable coding practices and a healthier codebase

Refactoring

Download Refactoring PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 0201485672
Total Pages : 461 pages
Book Rating : 4.2/5 (14 download)

DOWNLOAD NOW!


Book Synopsis Refactoring by : Martin Fowler

Download or read book Refactoring written by Martin Fowler and published by Addison-Wesley Professional. This book was released on 1999 with total page 461 pages. Available in PDF, EPUB and Kindle. Book excerpt: Refactoring is gaining momentum amongst the object oriented programming community. It can transform the internal dynamics of applications and has the capacity to transform bad code into good code. This book offers an introduction to refactoring.

Refactoring in Large Software Projects

Download Refactoring in Large Software Projects PDF Online Free

Author :
Publisher : John Wiley & Sons
ISBN 13 : 0470858931
Total Pages : 286 pages
Book Rating : 4.4/5 (78 download)

DOWNLOAD NOW!


Book Synopsis Refactoring in Large Software Projects by : Martin Lippert

Download or read book Refactoring in Large Software Projects written by Martin Lippert and published by John Wiley & Sons. This book was released on 2006-05-01 with total page 286 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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.

Refactoring HTML

Download Refactoring HTML PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 0132701871
Total Pages : 368 pages
Book Rating : 4.1/5 (327 download)

DOWNLOAD NOW!


Book Synopsis Refactoring HTML by : Elliotte Rusty Harold

Download or read book Refactoring HTML written by Elliotte Rusty Harold and published by Addison-Wesley Professional. This book was released on 2012-03-16 with total page 368 pages. Available in PDF, EPUB and Kindle. Book excerpt: Like any other software system, Web sites gradually accumulate “cruft” over time. They slow down. Links break. Security and compatibility problems mysteriously appear. New features don’t integrate seamlessly. Things just don’t work as well. In an ideal world, you’d rebuild from scratch. But you can’t: there’s no time or money for that. Fortunately, there’s a solution: You can refactor your Web code using easy, proven techniques, tools, and recipes adapted from the world of software development. In Refactoring HTML, Elliotte Rusty Harold explains how to use refactoring to improve virtually any Web site or application. Writing for programmers and non-programmers alike, Harold shows how to refactor for better reliability, performance, usability, security, accessibility, compatibility, and even search engine placement. Step by step, he shows how to migrate obsolete code to today’s stable Web standards, including XHTML, CSS, and REST—and eliminate chronic problems like presentation-based markup, stateful applications, and “tag soup.” The book’s extensive catalog of detailed refactorings and practical “recipes for success” are organized to help you find specific solutions fast, and get maximum benefit for minimum effort. Using this book, you can quickly improve site performance now—and make your site far easier to enhance, maintain, and scale for years to come. Topics covered include • Recognizing the “smells” of Web code that should be refactored • Transforming old HTML into well-formed, valid XHTML, one step at a time • Modernizing existing layouts with CSS • Updating old Web applications: replacing POST with GET, replacing old contact forms, and refactoring JavaScript • Systematically refactoring content and links • Restructuring sites without changing the URLs your users rely upon This book will be an indispensable resource for Web designers, developers, project managers, and anyone who maintains or updates existing sites. It will be especially helpful to Web professionals who learned HTML years ago, and want to refresh their knowledge with today’s standards-compliant best practices. This book will be an indispensable resource for Web designers, developers, project managers, and anyone who maintains or updates existing sites. It will be especially helpful to Web professionals who learned HTML years ago, and want to refresh their knowledge with today’s standards-compliant best practices.

Working Effectively with Legacy Code

Download Working Effectively with Legacy Code PDF Online Free

Author :
Publisher : Prentice Hall Professional
ISBN 13 : 0132931753
Total Pages : 457 pages
Book Rating : 4.1/5 (329 download)

DOWNLOAD NOW!


Book Synopsis Working Effectively with Legacy Code by : Michael Feathers

Download or read book Working Effectively with Legacy Code written by Michael Feathers and published by Prentice Hall Professional. This book was released on 2004-09-22 with total page 457 pages. Available in PDF, EPUB and Kindle. Book excerpt: Get more out of your legacy systems: more performance, functionality, reliability, and manageability Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? Do you understand it? If the answer to any of these questions is no, you have legacy code, and it is draining time and money away from your development efforts. In this book, Michael Feathers offers start-to-finish strategies for working more effectively with large, untested legacy code bases. This book draws on material Michael created for his renowned Object Mentor seminars: techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. The topics covered include Understanding the mechanics of software change: adding features, fixing bugs, improving design, optimizing performance Getting legacy code into a test harness Writing tests that protect you against introducing new problems Techniques that can be used with any language or platform—with examples in Java, C++, C, and C# Accurately identifying where code changes need to be made Coping with legacy systems that aren't object-oriented Handling applications that don't seem to have any structure This book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes.

Refactoring to Patterns

Download Refactoring to Patterns PDF Online Free

Author :
Publisher : Pearson Education
ISBN 13 : 0321630017
Total Pages : 421 pages
Book Rating : 4.3/5 (216 download)

DOWNLOAD NOW!


Book Synopsis Refactoring to Patterns by : Joshua Kerievsky

Download or read book Refactoring to Patterns written by Joshua Kerievsky and published by Pearson Education. This book was released on 2004-08-05 with total page 421 pages. Available in PDF, EPUB and Kindle. Book excerpt: In 1994, Design Patterns changed the landscape of object-oriented development by introducing classic solutions to recurring design problems. In 1999, Refactoring revolutionized design by introducing an effective process for improving code. With the highly anticipated Refactoring to Patterns, Joshua Kerievsky has changed our approach to design by forever uniting patterns with the evolutionary process of refactoring. This book introduces the theory and practice of pattern-directed refactorings: sequences of low-level refactorings that allow designers to safely move designs to, towards, or away from pattern implementations. Using code from real-world projects, Kerievsky documents the thinking and steps underlying over two dozen pattern-based design transformations. Along the way he offers insights into pattern differences and how to implement patterns in the simplest possible ways. Coverage includes: A catalog of twenty-seven pattern-directed refactorings, featuring real-world code examples Descriptions of twelve design smells that indicate the need for this book’s refactorings General information and new insights about patterns and refactoring Detailed implementation mechanics: how low-level refactorings are combined to implement high-level patterns Multiple ways to implement the same pattern–and when to use each Practical ways to get started even if you have little experience with patterns or refactoring Refactoring to Patterns reflects three years of refinement and the insights of more than sixty software engineering thought leaders in the global patterns, refactoring, and agile development communities. Whether you’re focused on legacy or “greenfield” development, this book will make you a better software designer by helping you learn how to make important design changes safely and effectively.

Refactoring Workbook

Download Refactoring Workbook PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 9780321109293
Total Pages : 256 pages
Book Rating : 4.1/5 (92 download)

DOWNLOAD NOW!


Book Synopsis Refactoring Workbook by : William C. Wake

Download or read book Refactoring Workbook written by William C. Wake and published by Addison-Wesley Professional. This book was released on 2004 with total page 256 pages. Available in PDF, EPUB and Kindle. Book excerpt: & Most software practitioners deal with inherited code; this book teaches them how to optimize it & & Workbook approach facilitates the learning process & & Helps you identify where problems in a software application exist or are likely to exist

Beyond Legacy Code

Download Beyond Legacy Code PDF Online Free

Author :
Publisher :
ISBN 13 : 9781680500790
Total Pages : 0 pages
Book Rating : 4.5/5 (7 download)

DOWNLOAD NOW!


Book Synopsis Beyond Legacy Code by : David Scott Bernstein

Download or read book Beyond Legacy Code written by David Scott Bernstein and published by . This book was released on 2015 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: We're losing tens of billions of dollars a year on broken software, and great new ideas such as agile development and Scrum don't always pay off. But there's hope. The nine software development practices in Beyond Legacy Code are designed to solve the problems facing our industry. Discover why these practices work, not just how they work, and dramatically increase the quality and maintainability of any software project. These nine practices could save the software industry. Beyond Legacy Code is filled with practical, hands-on advice and a common-sense exploration of why technical practices such as refactoring and test-first development are critical to building maintainable software. Discover how to avoid the pitfalls teams encounter when adopting these practices, and how to dramatically reduce the risk associated with building software--realizing significant savings in both the short and long term. With a deeper understanding of the principles behind the practices, you'll build software that's easier and less costly to maintain and extend. By adopting these nine key technical practices, you'll learn to say what, why, and for whom before how; build in small batches; integrate continuously; collaborate; create CLEAN code; write the test first; specify behaviors with tests; implement the design last; and refactor legacy code. Software developers will find hands-on, pragmatic advice for writing higher quality, more maintainable, and bug-free code. Managers, customers, and product owners will gain deeper insight into vital processes. By moving beyond the old-fashioned procedural thinking of the Industrial Revolution, and working together to embrace standards and practices that will advance software development, we can turn the legacy code crisis into a true Information Revolution.

Software Design X-Rays

Download Software Design X-Rays PDF Online Free

Author :
Publisher : Pragmatic Bookshelf
ISBN 13 : 1680505807
Total Pages : 362 pages
Book Rating : 4.6/5 (85 download)

DOWNLOAD NOW!


Book Synopsis Software Design X-Rays by : Adam Tornhill

Download or read book Software Design X-Rays written by Adam Tornhill and published by Pragmatic Bookshelf. This book was released on 2018-03-08 with total page 362 pages. Available in PDF, EPUB and Kindle. Book excerpt: Are you working on a codebase where cost overruns, death marches, and heroic fights with legacy code monsters are the norm? Battle these adversaries with novel ways to identify and prioritize technical debt, based on behavioral data from how developers work with code. And that's just for starters. Because good code involves social design, as well as technical design, you can find surprising dependencies between people and code to resolve coordination bottlenecks among teams. Best of all, the techniques build on behavioral data that you already have: your version-control system. Join the fight for better code! Use statistics and data science to uncover both problematic code and the behavioral patterns of the developers who build your software. This combination gives you insights you can't get from the code alone. Use these insights to prioritize refactoring needs, measure their effect, find implicit dependencies between different modules, and automatically create knowledge maps of your system based on actual code contributions. In a radical, much-needed change from common practice, guide organizational decisions with objective data by measuring how well your development teams align with the software architecture. Discover a comprehensive set of practical analysis techniques based on version-control data, where each point is illustrated with a case study from a real-world codebase. Because the techniques are language neutral, you can apply them to your own code no matter what programming language you use. Guide organizational decisions with objective data by measuring how well your development teams align with the software architecture. Apply research findings from social psychology to software development, ensuring you get the tools you need to coach your organization towards better code. If you're an experienced programmer, software architect, or technical manager, you'll get a new perspective that will change how you work with code. What You Need: You don't have to install anything to follow along in the book. TThe case studies in the book use well-known open source projects hosted on GitHub. You'll use CodeScene, a free software analysis tool for open source projects, for the case studies. We also discuss alternative tooling options where they exist.

Domain-driven Design

Download Domain-driven Design PDF Online Free

Author :
Publisher : Addison-Wesley Professional
ISBN 13 : 0321125215
Total Pages : 563 pages
Book Rating : 4.3/5 (211 download)

DOWNLOAD NOW!


Book Synopsis Domain-driven Design by : Eric Evans

Download or read book Domain-driven Design written by Eric Evans and published by Addison-Wesley Professional. This book was released on 2004 with total page 563 pages. Available in PDF, EPUB and Kindle. Book excerpt: "Domain-Driven Design" incorporates numerous examples in Java-case studies taken from actual projects that illustrate the application of domain-driven design to real-world software development.

Refactoring JavaScript

Download Refactoring JavaScript PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1491964898
Total Pages : 441 pages
Book Rating : 4.4/5 (919 download)

DOWNLOAD NOW!


Book Synopsis Refactoring JavaScript by : Evan Burchard

Download or read book Refactoring JavaScript written by Evan Burchard and published by "O'Reilly Media, Inc.". This book was released on 2017-03-13 with total page 441 pages. Available in PDF, EPUB and Kindle. Book excerpt: How often do you hear people say things like this? "Our JavaScript is a mess, but we’re thinking about using [framework of the month]." Like it or not, JavaScript is not going away. No matter what framework or ”compiles-to-js” language or library you use, bugs and performance concerns will always be an issue if the underlying quality of your JavaScript is poor. Rewrites, including porting to the framework of the month, are terribly expensive and unpredictable. The bugs won’t magically go away, and can happily reproduce themselves in a new context. To complicate things further, features will get dropped, at least temporarily. The other popular method of fixing your JS is playing “JavaScript Jenga,” where each developer slowly and carefully takes their best guess at how the out-of-control system can be altered to allow for new features, hoping that this doesn’t bring the whole stack of blocks down. This book provides clear guidance on how best to avoid these pathological approaches to writing JavaScript: Recognize you have a problem with your JavaScript quality. Forgive the code you have now, and the developers who made it. Learn repeatable, memorable, and time-saving refactoring techniques. Apply these techniques as you work, fixing things along the way. Internalize these techniques, and avoid writing as much problematic code to begin with. Bad code doesn’t have to stay that way. And making it better doesn’t have to be intimidating or unreasonably expensive.

Software Engineering at Google

Download Software Engineering at Google PDF Online Free

Author :
Publisher : O'Reilly Media
ISBN 13 : 1492082767
Total Pages : 602 pages
Book Rating : 4.4/5 (92 download)

DOWNLOAD NOW!


Book Synopsis Software Engineering at Google by : Titus Winters

Download or read book Software Engineering at Google written by Titus Winters and published by O'Reilly Media. This book was released on 2020-02-28 with total page 602 pages. Available in PDF, EPUB and Kindle. Book excerpt: Today, software engineers need to know not only how to program effectively but also how to develop proper engineering practices to make their codebase sustainable and healthy. This book emphasizes this difference between programming and software engineering. How can software engineers manage a living codebase that evolves and responds to changing requirements and demands over the length of its life? Based on their experience at Google, software engineers Titus Winters and Hyrum Wright, along with technical writer Tom Manshreck, present a candid and insightful look at how some of the world’s leading practitioners construct and maintain software. This book covers Google’s unique engineering culture, processes, and tools and how these aspects contribute to the effectiveness of an engineering organization. You’ll explore three fundamental principles that software organizations should keep in mind when designing, architecting, writing, and maintaining code: How time affects the sustainability of software and how to make your code resilient over time How scale affects the viability of software practices within an engineering organization What trade-offs a typical engineer needs to make when evaluating design and development decisions

Refactoring for Software Design Smells

Download Refactoring for Software Design Smells PDF Online Free

Author :
Publisher : Morgan Kaufmann
ISBN 13 : 0128016469
Total Pages : 258 pages
Book Rating : 4.1/5 (28 download)

DOWNLOAD NOW!


Book Synopsis Refactoring for Software Design Smells by : Girish Suryanarayana

Download or read book Refactoring for Software Design Smells written by Girish Suryanarayana and published by Morgan Kaufmann. This book was released on 2014-11-11 with total page 258 pages. Available in PDF, EPUB and Kindle. Book excerpt: Awareness of design smells – indicators of common design problems – helps developers or software engineers understand mistakes made while designing, what design principles were overlooked or misapplied, and what principles need to be applied properly to address those smells through refactoring. Developers and software engineers may "know" principles and patterns, but are not aware of the "smells" that exist in their design because of wrong or mis-application of principles or patterns. These smells tend to contribute heavily to technical debt – further time owed to fix projects thought to be complete – and need to be addressed via proper refactoring. Refactoring for Software Design Smells presents 25 structural design smells, their role in identifying design issues, and potential refactoring solutions. Organized across common areas of software design, each smell is presented with diagrams and examples illustrating the poor design practices and the problems that result, creating a catalog of nuggets of readily usable information that developers or engineers can apply in their projects. The authors distill their research and experience as consultants and trainers, providing insights that have been used to improve refactoring and reduce the time and costs of managing software projects. Along the way they recount anecdotes from actual projects on which the relevant smell helped address a design issue. Contains a comprehensive catalog of 25 structural design smells (organized around four fundamental design principles) that contribute to technical debt in software projects Presents a unique naming scheme for smells that helps understand the cause of a smell as well as points toward its potential refactoring Includes illustrative examples that showcase the poor design practices underlying a smell and the problems that result Covers pragmatic techniques for refactoring design smells to manage technical debt and to create and maintain high-quality software in practice Presents insightful anecdotes and case studies drawn from the trenches of real-world projects

Your Code as a Crime Scene

Download Your Code as a Crime Scene PDF Online Free

Author :
Publisher : Pragmatic Bookshelf
ISBN 13 : 1680505203
Total Pages : 285 pages
Book Rating : 4.6/5 (85 download)

DOWNLOAD NOW!


Book Synopsis Your Code as a Crime Scene by : Adam Tornhill

Download or read book Your Code as a Crime Scene written by Adam Tornhill and published by Pragmatic Bookshelf. This book was released on 2015-03-30 with total page 285 pages. Available in PDF, EPUB and Kindle. Book excerpt: Jack the Ripper and legacy codebases have more in common than you'd think. Inspired by forensic psychology methods, you'll learn strategies to predict the future of your codebase, assess refactoring direction, and understand how your team influences the design. With its unique blend of forensic psychology and code analysis, this book arms you with the strategies you need, no matter what programming language you use. Software is a living entity that's constantly changing. To understand software systems, we need to know where they came from and how they evolved. By mining commit data and analyzing the history of your code, you can start fixes ahead of time to eliminate broken designs, maintenance issues, and team productivity bottlenecks. In this book, you'll learn forensic psychology techniques to successfully maintain your software. You'll create a geographic profile from your commit data to find hotspots, and apply temporal coupling concepts to uncover hidden relationships between unrelated areas in your code. You'll also measure the effectiveness of your code improvements. You'll learn how to apply these techniques on projects both large and small. For small projects, you'll get new insights into your design and how well the code fits your ideas. For large projects, you'll identify the good and the fragile parts. Large-scale development is also a social activity, and the team's dynamics influence code quality. That's why this book shows you how to uncover social biases when analyzing the evolution of your system. You'll use commit messages as eyewitness accounts to what is really happening in your code. Finally, you'll put it all together by tracking organizational problems in the code and finding out how to fix them. Come join the hunt for better code! What You Need: You need Java 6 and Python 2.7 to run the accompanying analysis tools. You also need Git to follow along with the examples.

Re-Engineering Legacy Software

Download Re-Engineering Legacy Software PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638353328
Total Pages : 331 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis Re-Engineering Legacy Software by : Chris Birchall

Download or read book Re-Engineering Legacy Software written by Chris Birchall and published by Simon and Schuster. This book was released on 2016-04-15 with total page 331 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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!

The Legacy Code Programmer's Toolbox

Download The Legacy Code Programmer's Toolbox PDF Online Free

Author :
Publisher :
ISBN 13 : 9781691064137
Total Pages : 277 pages
Book Rating : 4.0/5 (641 download)

DOWNLOAD NOW!


Book Synopsis The Legacy Code Programmer's Toolbox by : Jonathan Boccara

Download or read book The Legacy Code Programmer's Toolbox written by Jonathan Boccara and published by . This book was released on 2019-09-21 with total page 277 pages. Available in PDF, EPUB and Kindle. Book excerpt: "This is a warm and reassuring book that will equip you to read, understand, and update legacy code in any language." --Kate Gregory "It is easy to forget that outside the world of software development, the word legacy has another meaning. A positive meaning, a gift of wealth from the past to the present for the future. This book will help you reclaim the word." --Kevlin Henney If you're like most software developers, you have to deal with legacy code. But working with legacy code is challenging! This book will teach you how to be happy, efficient and successful when working with legacy code. Here are the skills that The Legacy Code Programmer's Toolbox will teach you: - how to deal with legacy code efficiently and with a positive approach, - 10 techniques how to understand legacy code, - 5 ways to reduce the size of long functions, - a technique to turn legacy code to your advantage to improve your programming skills, - how to be in a motivated mindset, - the power of knowledge of your codebase, how to acquire it and make every person in your team acquire it too, - how to find the source of a bug quickly in a large and unfamiliar codebase, - where to focus your refactoring efforts so that they make your life easier, - and many more things to be efficient and happy when working with legacy code!