Tackling boring tasks

From Eitan Burcat
Revision as of 08:07, 23 June 2015 by Eburcat (talk | contribs) (Created page with "= Repetitive = * Batch similar parts together * Improve the efficiency of the batched tasks * If possible - automate (script? app?) - invest in automation proportionally to th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Repetitive

  • Batch similar parts together
  • Improve the efficiency of the batched tasks
  • If possible - automate (script? app?) - invest in automation proportionally to the time that'll get spent manually.

Non repetitive

  • Write down the series of small actions needed to complete the task - not in the todo list, but in a separate text file
  • Go through the actions, checking them off as you go