Hacker News new | ask | show | jobs
by stoops 2168 days ago
Don't make me type shift on the command line. It makes my pinky finger hurt after a long day.
1 comments

How often are you installing packages?
I do it a ton. I don't write production code much anymore; it tends to be quick scripts or little one-off apps. So I probably type `npm i ...` a few times a day.

Plus things like `npm install` on pull requests, etc.