Ask HN: What are your favorite developer-efficiency tips?
1–10 of 532 posts
Re: Ask HN: What are your favorite developer-efficiency tips?
#2Re: Ask HN: What are your favorite developer-efficiency tips?
#3Re: Ask HN: What are your favorite developer-efficiency tips?
#4Re: Ask HN: What are your favorite developer-efficiency tips?
#5Re: Ask HN: What are your favorite developer-efficiency tips?
#6Re: Ask HN: What are your favorite developer-efficiency tips?
#7To me, the key for being productivity is understand throughly the "tools" we use: IDE, languages, libraries, framework cli, os, shell,... Read the implementation, the docs, the issue tracker, even the git history if you have time.
When I started to learn vim, I tried many popular distribution without understand each of the plugins they included. And I almost gave up learning vim. It's until I start to read the vim manual, learn the key strokes one by one and then building my own distribution, that's when I really know how to use vim. Even so, I still learn many great things from books like Practical Vim by Drew Neil (on Tmux, there's Tmux 2: Productive Mouse-Free Development)
I think you might already know that, but still shooting here for some quick tips. I don't have any shortcut, just that motto.
Re: Ask HN: What are your favorite developer-efficiency tips?
#8Do small tasks immediately - reply to that email, merge from master, do that CR, etc. Delaying small tasks tends to abandon them.
Keep your workspace clean (physical & virtual).
Update docs as you use them.
Say "No" often.
Re: Ask HN: What are your favorite developer-efficiency tips?
#9Re: Ask HN: What are your favorite developer-efficiency tips?
#10I.e. do a little writing to help avoid coding the wrong thing.