InfoQ Homepage Refactoring Content on InfoQ
-
Safe Refactoring!
Jakub Pilimon talks about "Blue/Green Refactoring with Parallel Models".
-
Coding Without Complexity
Ellen Chisa talks about complexity in software and the need to remove it as much as possible. One possibility is to remove something that is not absolutely needed as a way to reduce complexity.
-
Getting from Monolith to Microservices
Jimmy Bogard looks at strategies to break a monolith, from the front-end to the back, including database refactoring and analysis tools to see dependencies in legacy code.
-
Rethinking Legacy and Monolithic Systems
Vaughn Vernon discusses removing entanglement in legacy and monolithic systems.
-
Improving the Design of Existing Software
Steve Smith looks at some common places for signs of app design degradation, showing steps to take to improve the code. Examples use C#/.NET but are generally applicable regardless of platform.
-
Succession: A Refactoring Story
Katrina Owen presents an end-to-end refactoring that demonstrates simple strategies to avoid misadventures.
-
Break Up with Your Front-end Monolith
Elisabeth Engel discusses refactoring a front-end monolith, offering advice including building a parent app shell to deal with loading and routing child components, and avoiding certain obstacles.
-
Strangling the Monolith with a Data-driven Approach: A Case Study
Simon Duffy and David Julia discuss rewriting a monolith application using data-driven testing.
-
A Peek into Elm Architecture
Jayaram Sankaranarayanan discusses the basics of functional programming principles, using Elm constructs, the architecture and how Elm enables reliable refactoring.
-
Always Available
Claudio Ortolina discusses leveraging Elixir/OTP tools to provide continuous service even when a database is down, walking through the refactoring of an Elixir/Phoenix/PostgreSQL application.
-
Refactoring Elixir - Lessons Learned from a Year on Exercism.Io
Devon Estes discusses some common, but less than optimal, solutions to some of the problems on exercism.io followed by refactoring, showing the performance improvements and tradeoffs made.
-
Refactoring Mount Doom - Tackling Legacy Code
Franziska Sauerwein discusses how to refactor code for the right reasons and the right methods to use for time efficiently.