DEV Community

Mathieu
Mathieu

Posted on • Originally published at brainsorting.dev

The no hello policy

Original article : https://brainsorting.dev/posts/the-no-hello-policy/

Please Don't Say Just Hello In Chat

2010-07-19 12:32:12 you: Hi
2010-07-19 12:32:15 co-worker: Hello.
# CO-WORKER WAITS WHILE YOU PHRASE YOUR QUESTION
2010-07-19 12:34:01 you: I'm working on [something] and I'm trying to do [etc...]
2010-07-19 12:35:21 co-worker: Oh, that's [answer...]
Enter fullscreen mode Exit fullscreen mode

It's as if you called someone on the phone and said "Hi!" and then put them on
hold!

Please do this instead:

2010-07-19 12:32:12 you: Hi -- I'm working on [something] and I'm trying to do [etc...]
2010-07-19 12:33:32 co-worker: [answers question]
Enter fullscreen mode Exit fullscreen mode

Note that you get help minutes sooner, and you don't make them wait. Instead,
the co-worker can start thinking about your question right away!

You're trying to be polite by not jumping right into the request, like you
would do in person or on the phone. But Chat is neither of those things. Typing
is much slower than talking. Instead of being polite, you are just making the
other person wait for you to phrase your question, which is lost productivity.

The same goes for "Hello -- Are you there?", "Hi Bob -- quick question.", "Do
you have a sec ?", "yt?" and "ping". Just ask the question!

If you feel it's brusque to simply say "Hi" and ask the question, you can do
something like this:

2010-07-19 12:32:12 you: Hi -- if you're not busy I was wondering if I could ask a question. I'm working on [something] and I'm trying to do [etc...]
Enter fullscreen mode Exit fullscreen mode

Additionally, asking your question before getting a reply allows asynchronous
communication. If the other party is away, and you leave before they come back,
they can still answer your question, instead of just staring at a "Hello" and
wondering what they missed.

Some people like to probe with an initial "hello" to verify whether the presence
status shown is true, hoping they can determine whether the recipient is near a device,
then will immediately follow up with a call. Don't do that either.
If someone is able and willing to answer a chat message, it does not mean that they are also available for
a voice or video call.

Instead of sending a call probe, or asking "hey, do you have time for a call?"
(which is better but not great), you can try something like this:

2020-07-08 12:32:12 you: Hi - do you have X min for a quick call to talk about XYZ? [etc...]
Enter fullscreen mode Exit fullscreen mode

This does three things: it time bounds the request, it gives the recipient some context, and
it helps you remember what you wanted to talk about if the recipient can't or doesn't respond
until later.

This version was inspired by the original website nohello.com.
Acknowledgements go to the original anonymous author.

Top comments (0)