COACHING: https://ko-fi.com/plotteldev/
This is a code refactoring tip I use all the time. When refactoring code, it can be tempting to delete old code thinking you might not need it again. Instead, I comment out the code before refactoring, that way my code refactor can be safe and I don't need to worry about losing the code.