Automatic local versions of a strategy
Every time a backtest runs, snapshot the strategy that produced it. Not a full version control system, just enough that a result is permanently tied to the exact code that made it.
Two problems this solves: recovering a working version I edited away, and the bigger one, being able to answer "what exactly produced this result" three weeks later. Right now my results and my code drift apart and I reconstruct the pairing from memory, which is exactly as reliable as it sounds.