Automate repetitive tasks that can be automated. A task may take ten minutes. Automating it may take hours, and thus seems too expensive. If this task is going to be done many times, then the automation WILL pay off. Running the automated task might take less time than the manual steps. And you can be doing something else. The more of these kinds of tasks that you can automate, the bigger of a lever it becomes. One o…
Relevant xkcd: https://xkcd.com/1205/
Ask HN: What are your favorite developer-efficiency tips?
61–70 of 532 posts
Re: Ask HN: What are your favorite developer-efficiency tips?
#62I usually comment with the same thing on these tip threads. And that is learn to rebind your keyboard. Make each key programmable modifier. Open apps, run scripts/macros instantly. My Karabiner config: https://github.com/nikitavoloboev/dotfiles/blob/master/karab... I go as far as binding keys to instantly type `console.log()` or `fmt.Println()` or the other language equivalent with my dot modifier key. Plus typing th…
Re: Ask HN: What are your favorite developer-efficiency tips?
#63Automate repetitive tasks that can be automated. A task may take ten minutes. Automating it may take hours, and thus seems too expensive. If this task is going to be done many times, then the automation WILL pay off. Running the automated task might take less time than the manual steps. And you can be doing something else. The more of these kinds of tasks that you can automate, the bigger of a lever it becomes. One o…
Re: Ask HN: What are your favorite developer-efficiency tips?
#64Mildly off-topic but I find that exercising in the morning or during lunch break gives me the biggest efficiency boost ever.
Re: Ask HN: What are your favorite developer-efficiency tips?
#65Re: Ask HN: What are your favorite developer-efficiency tips?
#662. Learn emacs.
3. Learn how to use emacs in a tight code and test loop.
Now you are invincible.
Re: Ask HN: What are your favorite developer-efficiency tips?
#67Re: Ask HN: What are your favorite developer-efficiency tips?
#68Re: Ask HN: What are your favorite developer-efficiency tips?
#69Re: Ask HN: What are your favorite developer-efficiency tips?
#70I use a 4k TV as a monitor - I can easily see full size my code editor, terminal output, a page of documentation and the web app/site I'm working on all at once. It cuts down tremendously on the back and forth switching and reloading of things that don't feel like they take up much time but do materially eat into things.