
Brutal Refactoring: More Working Effectively with Legacy Code
- Tytuł oryginalny
- Atomic Habits
- Język oryginału
- Angielski
- Liczba stron
- 320
- Wydawnictwo
- Avery
O tej książce
Most software professionals spend much of their time working with someone else's brutally imperfect code. When you consider the serious constraints that legacy code was created under, it's no surprise it looks so bad. The question is: now what? In Brutal Refactoring, Michael Feathers starts with code bases "as they are," not as "we pretend them to be" - and shows how to aggressively reshape them to make them maintainable and amenable to further development.Brutal Refactoring takes the next steps beyond all previous refactoring books, including Feathers' own highly-praised Working Effectively with Legacy Code. Feathers shares new insights reflecting all he's learned in the eleven years since that book, and offers the first detailed practical advice on the unique nuances of system-wide refactoring.Brutal Refactoring demonstrates Feathers' aggressive refactoring techniques through a series of exceptionally realistic case examples, introducing tactical "recipes" and high-level strategies for overcoming a wide range of legacy code challenges. Coverage includes:Making intractable code understandableComponentizing software factory and repository hubsSensing variablesUsing in vitro test harnesses and production togglesMining runtimesDecomposing heavily conditional codeProfiling good and bad code basesDetecting and managing code hotspotsUncovering patterns in code duplicationPerforming domain discoveryManaging boundaries between object-oriented and procedural codeUsing the Twist method to extract classes, and much more
Więcej od Michael C. Feathers
Beautiful Code: Leading Programmers Explain How They Think
Andy Oram, Elliotte Rusty Harold, Lincoln Stein, Charles Petzold, Michael C. Feathers, Jon L. Bentley, Douglas C. Schmidt, Diomidis Spinellis, Ronald Mak, Greg Kroah-Hartman, Brian W. Kernighan, Henry S. Warren Jr., Jack Dongarra, Karl Fogel, Jeffrey Dean, Andrew Patzer, Simon Peyton Jones, Adam Kolawa, Douglas Crockford, Jim Kent, Tim Bray, Rogério Atem de Carvalho, Ashish Gulhati, Poitr Luszczek, Andrew Kuchling, Travis E. Oliphant, Rafael Monnerat, Bryan Cantrill, Sanjay Ghemawat, R. Kent Dybuig, William R. Otte, Alberto Savoia
Working Effectively with Legacy Code
Michael C. Feathers
Working Effectively with Unit Tests
Michael C. Feathers, Jay Fields