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.
Discover why these practices work, not just how they work, and dramatically increase the quality and maintainability of any software project.
In this book, Michael Feathers offers start-to-finish strategies for working more effectively with large, untested legacy code bases.
This is a special title that will be both technically useful and visually stimulating to the reader.
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.
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.
Looks at the principles and clean code, includes case studies showcasing the practices of writing clean code, and contains a list of heuristics and "smells" accumulated from the process of writing clean code.
FOWLER99: Fowler, Martin, Refactoring: Improving the Design of Existing Code, Addison-Wesley (1999). ISBN: 0-201-48567-2. • FRIEDL02: Friedl, Jeffrey, Mastering Regular Expressions, 2nd Edition, O'Reilly & Associates (2002).
After reading this book, readers will understand these problems, and more importantly, how to correct them. The book begins by describing the basic elements of writing clean code and how it plays an important role in Python programming.
On this occasion, they were Tim Mackinnon, Peter Marks, Ivan Moore, and John Nolan. I particularly remember from that evening a crude diagram of an onion3 and its metaphor of the many layers of software, along with the mantra “No ...
We make extensive use of Michael C. Feathers's book Working Effectively with Legacy Code (Pearson, 2004). The book goes into far more detail than we can in a few pages. If you find yourself dealing with large and messy codebases, ...