Explained Code Kill Switches Explained Kill switches allow you to separate deployment from release. By wrapping a feature in a feature flag, if it causes problems you can simply turn off the feature, and test it again before re-releasing it to users.