top | item 38149665

(no title)

tr888 | 2 years ago

There's something deeply depressing about a modern software developer role consisting of 20% coding.

discuss

order

glutamate|2 years ago

If 80% is spent in progress meetings, scrum point estimation, and other acts of performative taylorism, yes.

If 80% is spent understanding reading about the domain in which you are working, talking to your users and domain experts, documenting your work, and mentoring juniors or being mentored by seniors, there should be nothing depressing about that.

jamil7|2 years ago

I probably spend around 80% of my time coding in a senior role with around 12 years experience. I think it depends highly on where and what you work on.

davedx|2 years ago

Yup. 20+ years experience and I spend the majority of my time coding. The solution is easy IMO: work for startups not politics riddled corporations

ido|2 years ago

And mostly on how many reports you have.

baz00|2 years ago

20%! Where is this magical place you work?

I think I write perhaps a couple of lines a week and that's usually patching something in an emergency after other people have failed.

Advice: never get too senior.

rafamvc|2 years ago

If you considering code reading part of coding, coding 20% of the time is certainly not enough. The article is meant for a neurotypical ideal average employee. There are many effective programmers that have different workflows.

A trait of a good manager is allow different people to be effective in the collaboration of writing software together.

The article paints an unreal rosy picture where "everything runs smoothly and has forward momentum".

Working with a live system is messy. There is always compromise because there is never enough time to keep everything smooth.

It is very common to be stuck at some problem. That moment you let a problem clunk around your brain and you randomly think of a solution in the shower or at the grocery store is way too common. And honestly fun.

6510|2 years ago

A great software developer doesn't have a computer. He lives alone in a cabin in the woods. He knows it is better that way as it minimizes harm to others and allows him to skip all of the meetings forever, until the end of time...

bluGill|2 years ago

Ada Lovelace is a hero for having the sense to die before computers were powerful enough to run her programs.

sverhagen|2 years ago

It depends heavily on the company and the team you're on. If you are a more seasoned professional, you probably get the luxury of filtering on this criterion. And a lot of people also really enjoy the other eighty percent.

rkangel|2 years ago

Not all engineering is coding. If I'm debugging a couple of hard to find problems this week I won't write lots of code but I'll certainly be doing valuable engineering.

bcherny|2 years ago

This was my life, until I moved from SF to Japan. Now my life is 90% coding and I’m 350% happier.

Apocryphon|2 years ago

How many hours a day though?

Apocryphon|2 years ago

Maybe, but you also have to consider how much preexisting code has been prewritten in frameworks and libraries. Consider how much of “coding” is spent integrating that code instead of typing out new lines of code.

6510|2 years ago

Coverage for preexisting conditions.

yodsanklai|2 years ago

Yes, pretty sad. Even worse, these 20% coding can be fixing bugs in different projects your team work on, and on which you have only a basic understanding.

The percentage of coding on a project that I get to design is even lower.