Refactoring: Improving the Design of Existing Code (2nd Edition) product image

Refactoring: Improving the Design of Existing Code (2nd Edition)

Nerd Approved:
(5/5)
Review by Joshua Morris on
View on AmazonAs an Amazon Associate, I earn from qualifying purchases at no additional cost to you.

Review

Fowler and Beck’s second edition of Refactoring is still the book I hand to engineers when we’re about to touch legacy code. The catalog of refactorings—Extract Function, Introduce Parameter Object, Replace Conditional with Polymorphism—gives you named moves with mechanics, motivations, and before/after examples you can translate to any language. Over the last year we’ve used it to modernize a decade-old Java service and a pile of TypeScript reducers; the step-by-step recipes paired with tests kept us shipping safely instead of rewriting from scratch. The newer chapters address lambdas, streams, and microservices, and the online catalog makes it easy to search for a particular smell mid-PR. If you refactor as part of your day job (and you should), this belongs on your desk.

✓ Pros

  • Systematic approach to refactoring
  • Clear, practical examples you can apply immediately
  • Step-by-step approach makes complex tasks manageable
  • Safety nets ensure you don't break anything
  • Updated patterns for modern codebases

✗ Cons

  • Dense reference style—best read alongside hands-on work

Specifications

Pages480
Edition2nd
PublisherAddison-Wesley Professional
LanguageEnglish
FormatHardcover
Isbn13978-0134757599
Date First AvailableNovember 19, 2018

Related Products

97 Things Every Programmer Should Know: Collective Wisdom from the Experts product image

97 Things Every Programmer Should Know: Collective Wisdom from the Experts

Nerd Approved:
(4/5)

Edited by Kevlin Henney, a curated set of timeless, page-length lessons from industry legends. Each item is a standalone insight you can read in five minutes.

Timeless, page-length lessons from industry legends. Perfect for busy developers—read one item in five minutes, learn something useful, put it down. Read full review.

As an Amazon Associate, I earn from qualifying purchases at no additional cost to you.
Accelerate: The Science of Lean Software and DevOps: Building and Scaling High Performing Technology Organizations product image

Accelerate: The Science of Lean Software and DevOps: Building and Scaling High Performing Technology Organizations

Nerd Approved:
(5/5)

Research-backed field guide that ties lean software delivery habits to measurable business outcomes, unpacking the DORA metrics, cultural foundations, and continuous delivery capabilities that separated top performers in the Accelerate State of DevOps reports.

Still my go-to reference when aligning execs around DORA metrics and the cultural work that makes continuous delivery stick. Read full review.

As an Amazon Associate, I earn from qualifying purchases at no additional cost to you.
Algorithms (4th Edition) product image

Algorithms (4th Edition)

Nerd Approved:
(5/5)

The leading algorithms textbook with clear Java implementations and full coverage of sorting, searching, graph processing, and string processing.

Leading algorithms textbook with clear Java implementations and an unmatched companion ecosystem of exercises, visualizations, and lectures. Read full review.

As an Amazon Associate, I earn from qualifying purchases at no additional cost to you.