DEV Community

Cover image for What is the most annoying thing your colleagues say all the time?

What is the most annoying thing your colleagues say all the time?

Davide de Paolis on September 24, 2019

Is there something that you hear all the time in office, at the watercooler or in meetings that really gets on your nerves or is simply "funnily" a...
Collapse
 
peledzohar profile image
Zohar Peled

"Write it like I told you to."

When later down the line, days, Weeks, might even be months later, turns out the way I wanted to write it was the better option, and I have to rewrite the entire thing to what I knew in advance it should be (no matter what "it" was).

Collapse
 
dvddpl profile image
Davide de Paolis

been there done that. even though always with some resistence on my side.

the hardest part then is not going around saying "I told you that" with a grin on your face...

Collapse
 
peledzohar profile image
Zohar Peled

Unfortunately, I'm not even there anymore. I'm where you get the design, you say how you think it should be done, your opinion is rejected with some bullish excuse, you get frustrated and that takes twice as much time to do the job, and eventually, when you rewrite it, you're just upset about all the work you've been throwing away.

Thread Thread
 
dvddpl profile image
Davide de Paolis

try to never get frustrated and make calmly your point.

but also accept that there might be something out of your scope that you dont see and there might be very valid reasons for not to do what you suggest.
In the long run, try to build credibility, so that when you say something, even if you are the only one in a team of 10-15 people, everyone starts questioning themself just because you said that.
ThatΒ΄s why it is important not to grin, or spitefully taunt/reproach those who did not listen to your advice.

Thread Thread
 
peledzohar profile image
Zohar Peled

I totally accept that there might be reasons I'm unaware of to do things in a different way, but I also think that if I ask about a design choice, I should get a better reason for it than "because I said so", which is what I'm getting. I have 20 years of professional software development experience under my belt, 10 of them in the current company I work for - I think I deserve a better explanation then simply "because". That's what's bugging me.

Thread Thread
 
dvddpl profile image
Davide de Paolis

oh. with so much experience, I would find it hard to accept such an answer.
In the end experienced devs are there to build stuff but mostly to provide their expertise, if itΒ΄s not listened at all why hiring them at all.
and personally - but that is maybe just a flaw in my attitude - I would really find impolite and unacceptable an answer like "because i said so" - I barely use that with my kids - imagine at work.

Thread Thread
 
peledzohar profile image
Zohar Peled • Edited

Exactly! I couldn't have said it better myself. And frankly, even if I had just one year of experience I wouldn't accept this kind of answers.

You know, even if I'm not the smartest person or best developer in the room (which is probably true), even if it's a technology I'm not that familiar with - even then, I've learned a thing or two about software development over the years. Otherwise, I wouldn't be employed as a developer.

I don't mind if my opinion gets rejected - as long as I get a valid reason for it. If me and another dev are proposing different but equally valid solutions to the same problem, I really don't mind implementing the other dev's solution - and if it's better then mine I'm happy to do it because it means I'm learning something new - but unfortunately, that's not the case here.

Collapse
 
iioaia profile image
iioaia

I dislike the constant "Hi how are you?" It's thrown out automatically and people don't even care for your response. Then you feel obligated to return the question or appear rude.

Can't we just say 'Hi' without all the fakeness

Collapse
 
sudiukil profile image
Quentin Sonrel

For most people it's just basic politeness. In France we greet people with "Bonjour", which translates to "good day", but the person doesn't actually wish you a pleasant day, it's just a polite way to greet people, same goes for "how are you?".

Also,

Then you feel obligated to return the question or appear rude.

That's probably exactly why they ask you in the first place, they don't want to appear rude either.

Collapse
 
dvddpl profile image
Davide de Paolis

sure, but he explicitly said, the _automatic "how are you" thrown by people that they don't even listen to your question - btw social convention also implies that you should not start telling the truth - therefore all your problems to anyone asking you -

So - you ask automatically just to not appear rude - but don't care about my answer - that I am not supposed to give you anyhow. why bother then.

Hi!, Hi!.
Goodbye! Goodbye!

Easy.
obviously being kidding. somehow.

Thread Thread
 
iioaia profile image
iioaia

I like this reply. I believe it explains clearly the situation, at least in my office.

Collapse
 
dvddpl profile image
Davide de Paolis

true! not a big fan of chitchat either.

Collapse
 
scottishross profile image
Ross Henderson

"We need it done fast, we can do it right later".

I wonder when later is...

Collapse
 
dvddpl profile image
Davide de Paolis

Later means never of course.
but you can also immediately create a Jira ticket for the improvement, further implementation, refactoring - so that *that technical debt goes in the backlog as non-functional requirement * and then it is up to the pm to evaluate it or not, but it does not go forgotten.

Collapse
 
elmuerte profile image
Michiel Hendriks • Edited

"Can I ask you a question?" / "Can I disturb you?".

Collapse
 
dvddpl profile image
Davide de Paolis

oh, well, that does not annoy me much, I actually like to be helpful for other.

But it annoys me indeed when it is a constant interruption and from the question context i find out the other person did not put any effort in finding the solution themself

Collapse
 
elmuerte profile image
Michiel Hendriks

It's more about the meta questioning. They are already asking me a question, they are already disturbing me.

Thread Thread
 
dvddpl profile image
Davide de Paolis

Got that. It's like:
"Can I make you one question?"
"Sure, you can. Actually you just made it. You can leave now."
😜

Collapse
 
zyzmoz profile image
Daniel Cunha (he/him)

"I don't know"

Mainly when you need details about a task and no one has documented it properly!

Collapse
 
dvddpl profile image
Davide de Paolis

yes, but it is also fun to have to find it out somehow, or that you might then have some freedom in the task ;-)