Hacker News new | ask | show | jobs
by hcarvalhoalves 4530 days ago
You can avoid the trap applying the usual rule of three [1]. You do something manually once or twice - once you find you need to do it the third time, it's a good indication you should automate.

[1] http://en.wikipedia.org/wiki/Rule_of_three_(computer_program...

1 comments

But don't short-circuit this. If you build after the first time, you may well not know enough to build the tool right. After you've done the process more than once, you have a fair idea of what the tool needs to do.