DEV Community

Discussion on: How to Breakthrough the Old Monolith Using the Strangler Pattern

Collapse
 
bacchusplateau profile image
Bret Williams

Nice writeup. We implemented something similar 5 years ago and called it the Bridges Pattern, which did a redirect to the new system if the config data had the feature marked as "ported". We need more articles written on how to safely refactor legacy code. Most developers won't get to work on greenfield but it is much more sexy and fun to write and read about.

Collapse
 
kylegalbraith profile image
Kyle Galbraith

Thank you for the very kind comments. I agree that more articles on how to update/refactor legacy systems would be awesome!