Part of working with strangler fig is having a feature flags to turn parts on and off.
A few months ago I created:
https://github.com/alesgaroth/delegation to explain it to a co-worker that we want each feature flag only checked in one place, and to contain the code that needs to be deleted when we are deprecating the old code.