Recently, I've been trying to remember one thing: whenever I perform a repetitive task on the computer, I should write a script for it.
Just a small one. I often think, 'I'll remember this', but just as often I forget.
The manual steps get forgotten, changed or go wrong.
Yet it's easy to leave a script undone because I think, 'I can't do it now' or 'it's not that complicated'.
But that little bit of laziness always pays off later.
I've found that trying to script things forces you to understand what you're actually doing.
And the next time it's all there, you don't have to think or guess because you can just run the script and move on.
The goal: if the same thing is done twice, it will be scripted.