←back to thread

243 points aml183 | 1 comments | | HN request time: 0.199s | source

We are a remote company. Everything is going well. No plans to be in person, but I’d say we can do a better job at communicating. Any tips or articles to read?
1. ketzo ◴[] No.42188856[source]
If you're asking a question (whether 1:1 or in a group setting), frontload as much context as possible. Always give:

- some minimal description for the problem you're trying to solve

- what you've tried already, and why it hasn't worked

----

Bad:

> "Hey! Does anyone know how to use X"?

...time passes...

> "Sure, I can help with that. What are you trying to do?"

...time passes...

> "I'm trying to do Y."

...time passes...

> "Okay, sure. You can set it up like this."

...time passes...

> "Oh, I already tried something like that actually, and it didn't work."

...etc., etc., etc.

----

Good:

> "Hey! I'm trying to use X to do Y as a part of feature Z. I already tried A and B, and they didn't work for <reasons>. Could someone help me out?"

> "Oh, yeah, that's a known problem with A and B. We can get around that by setting up X this way. Since you're working on feature Z, you might also want to consider..."