DEV Community

Discussion on: How do you go back to legacy code?

Collapse
 
juststevemcd profile image
Steve McDougall

On of the best thing to do when it comes to refactoring a legacy product, is to add an abstraction layer in front of it and push the calls forwards (when it's an API).

If it's a full stack application it's much harder! It also depends on the language. A powerful IDE is your friend in most scenarios