Refactoring

Approval Tests - Internal link. See subheading.

davelosert/clean-code-kata - "A little Kata to practice clean code"

emilybache/GildedRose-Refactoring-Kata - "Starting code for the GildedRose Refactoring Kata in many programming languages."

How to Read Confusing Code #video - Most practical stuff starts 30 minutes in.

Legacy Code Rocks - "Menders love fixing bugs, refactoring, and testing to make software applications more stable, scalable and secure."

Read by Refactoring #article - "Read by Refactoring is a technique discussed and taught by Arlo Belshee (@arlobelshee) at Industrial Logic. Using this technique, reading code – to figure out what it does, to estimate the effort to modify it, etc. – turns into active refactoring of the code. You read the code by modifying it, nudging it into a clearer, more readable state. The key is you are leveraging your IDE’s built in refactoring functions and mastering the keyboard shortcuts in such a way that your insights of how the code can be improved translate immediately into modification of the code. I’m typing this sentence with no conscious decision of what key to hit or even any thought to commanding my fingers where to go on the keyboard, but the words I think nevertheless appear on the screen. You want to get your mastery of your refactoring tools to the same unconscious, effortless state."

Read by Refactoring part 1 and part 2 #article - "Last week I went to a workshop at Expedia called Read by Refactoring where we learned a methodology for reading legacy code and making it better in the process."

Refactoring.com - "Refactoring is a disciplined technique for restructuring an existing body of code, altering its internal structure without changing its external behavior."

Refactoring Guru - "Refactoring.Guru makes it easy for you to discover everything you need to know about refactoring, design patterns, SOLID principles and other smart programming topics."

Refactoring: Improving the Design of Existing Code #book

REWRITE! | David Heinemeier-Hansson, Basecamp | BoS USA 2015 #video - "In this talk, ‘Rewrite!‘ at Business of Software Conference USA 2015, David Heinemeier Hansson, Co-Founder, Basecamp, and Creator of Ruby on Rails explains why he disagrees and discusses his experience in rewriting the code for Basecamp, not once, but twice, with the third version of Basecamp launched this month."

Sourcegraph - "Explore, navigate, and better understand all code, everywhere, faster. Sourcegraph Universal Code Search provides code discovery, code intelligence, and code change management."

Testing Legacy Code Elliotte by Rusty Harold #video - "You've been bitten by the testing bug, are thoroughly test infected. Excellent! You're undoubtedly producing more robust, less buggy software faster and at lower cost. Sadly, it wasn't always this way. You're saddled with a large legacy of untested code. Test first development is not an option. Nonetheless unit testing, JUnit, and test driven development can still dramatically improve your maintenance tasks. Learn strategies for retrofitting test frameworks onto existing code, and developing a test suite for code that never had one before."

Things You Should Never Do, Part I #article - Joel Spolsky. Never rewrite from scratch.

Working Effectively with Legacy Code #book

Last updated