Live data from Hacker News

Ask HN: What practice by a tech team pisses you off to your core?

news.ycombinator.com

11–20 of 54 posts

Re: Ask HN: What practice by a tech team pisses you off to your core?

#11

Most of the people getting promoted/going into management arent the smartest or best fit, its just someone willing to gun for it/jump through hoops. So you get those types potentially bossing around someone more competent, odd dynamic

> its just someone willing to gun for it/jump through hoops You mean motivated people with stronger work ethics? There’s a lot more to life than being smart.

I think the concern is that those hoops don’t represent or equal quality management.

Re: Ask HN: What practice by a tech team pisses you off to your core?

#12
When the team doesn't talk synchronously. So many times I've seen folks post a question that needs swift response to some issue tracker and then act indignant when they are held accountable for the thing not getting done. The answer is almost always "well no one responded until 3 days later".

Yes well no one asked you to leave some text on a server somewhere and hope someone sees it. They asked if you could do X by Y time and you said YES.

Re: Ask HN: What practice by a tech team pisses you off to your core?

#15
post #12

When the team doesn't talk synchronously. So many times I've seen folks post a question that needs swift response to some issue tracker and then act indignant when they are held accountable for the thing not getting done. The answer is almost always "well no one responded until 3 days later". Yes well no one asked you to leave some text on a server somewhere and hope someone sees it. They asked if you could do X by Y…

To me it's often the variety of channels to communicate. When a question is asked that needs swift response and that question is not answered, naturally the person asking the question is stuck. It's quite awkward to try to get a response by some other means, one never knows - people don't want to answer? They don't know? They don't care, and anything goes? They just didn't receive the question? If there is just one channel, which in case of remote teams should be mandatory - and frequently monitored - at least some of those questions could be avoided. Like, a single channel in Slack, or email only. Otherwise, answer "well no one responded" becomes awfully justified.

Of course this usually isn't that much of a problem when the question is not too important, or the asking person knows possible options to proceed - it's usually a new or junior team member who suffers most from this. On interviews everybody is encouraged to ask questions, but in real life many become tired answering something which they know for too long - even though it's the specifics of the system, which they built unnecessarily complicated and just got used to. So unfortunately in subpar teams it becomes harder to obtain necessary information.

Re: Ask HN: What practice by a tech team pisses you off to your core?

#16

Most of the people getting promoted/going into management arent the smartest or best fit, its just someone willing to gun for it/jump through hoops. So you get those types potentially bossing around someone more competent, odd dynamic

> its just someone willing to gun for it/jump through hoops You mean motivated people with stronger work ethics? There’s a lot more to life than being smart.

This is the wrong interpretation of my point

Re: Ask HN: What practice by a tech team pisses you off to your core?

#17
Pull requests which have artificial requirements. Which, these days, may mean many things.

It's illusion that PR can usually be compact in terms of lines and files. That not only requires a good quality of code, which isn't ubiquitous, but also good understanding of code, which changes all the time with different opinions resulting in that code being modified. So PRs become rather large - and sometimes surprisingly missing useful things, because exact change isn't easy.

The PR which is hard to review may mean that the code isn't understood the same way by different people, and this is a signal that some discussion is needed. Unfortunately often that's not done, and after some efforts PR is pushed through, while misunderstandings grow.

Re: Ask HN: What practice by a tech team pisses you off to your core?

#20
Non-stop complaining. Totally kills optimism and energy of an entire team. Complaining is contagious too, so it's not long before 1 chronic complainer infects the team.

I don't mean focused retrospectives, which is time set aside to constructively address things worth complaining about.

Post reply on HN