Live data from Hacker News

Biggest productivity killers in the engineering industry

newsletter.eng-leadership.com

41–47 of 47 posts

Re: Biggest productivity killers in the engineering industry

#41

A big one is keeping iteration times fast.. If you have to wait more than a few minutes to run through your test suite or deploy to a dev environment it really kills the momentum. It starts easy but as you add complexity, dependencies, slow or flakey tests, it is slowly gets eroded.

Yep. My unit tests at work take 10 full minutes to run lately

It probably costs 30+ minutes of productivity every time I run them

Re: Biggest productivity killers in the engineering industry

#44

I really hate every article from this site when they get posted. The advice is never really useful, and the authors strike me as the worst kind of micromanaging, ineffective leader to work under.

The biggest productivity killers in the engineering industry are company executives and managers.

Re: Biggest productivity killers in the engineering industry

#45

A big one is keeping iteration times fast.. If you have to wait more than a few minutes to run through your test suite or deploy to a dev environment it really kills the momentum. It starts easy but as you add complexity, dependencies, slow or flakey tests, it is slowly gets eroded.

It takes over 30 minutes to run the entire test suite for our application on my local machine. Thankfully you can get it for under 20 minutes if you push it and have the CI test it for you.

Re: Biggest productivity killers in the engineering industry

#46
post #13

A trick from my PhD days: start the day with one to two hours of concentrated work. Don't look at your email or news or anything until you've done that. This worked fabulously for me because it allowed me to "swap in" my work enough that I could avoid distractions. And yes, I have ADHD.

A therapist suggested this idea to me. Figure out when is your most productive time of the day (usually). Just two or 3 hours. OK, those are now your sacred hours. No procrastination or distractions allowed.

Seems simple but it works.

Re: Biggest productivity killers in the engineering industry

#47
post #13

A trick from my PhD days: start the day with one to two hours of concentrated work. Don't look at your email or news or anything until you've done that. This worked fabulously for me because it allowed me to "swap in" my work enough that I could avoid distractions. And yes, I have ADHD.

A therapist suggested this idea to me. Figure out when is your most productive time of the day (usually). Just two or 3 hours. OK, those are now your sacred hours. No procrastination or distractions allowed. Seems simple but it works.

That can also work, unfortunately my most productive time tends to be at the end of the day. I find that what you start the day with sets the theme for the day.
Post reply on HN