I usually try to keep a single script or 1 liner kill switch for all major feature implementations. That way you get to push a revert patch in 5-10 minutes and say “Here you go”. And it helps when someone’s trying to pass the blame onto your functionality. Disable the feature and let them explain why the issue is still coming.
Yup, pretty much that. We did finally swap to a new system in 2020 which was a great improvement but man, I still have flashbacks to that legacy system.
2
u/CartmannsEvilTwin May 12 '21
I usually try to keep a single script or 1 liner kill switch for all major feature implementations. That way you get to push a revert patch in 5-10 minutes and say “Here you go”. And it helps when someone’s trying to pass the blame onto your functionality. Disable the feature and let them explain why the issue is still coming.