Backout Plan
- •
def
- •
a documented way to revert a change back to its original state, in case the change doesn't work as expected
- •
- •
note
- •
always have a way to revert — some changes are difficult to revert, so this isn't always as easy as it sounds; always have good backups
- •
- •
related