|
|
|
|
|
by zby
256 days ago
|
|
It is quite frustrating that we have these discussions over and over again. Asynchronous communication is great - but it is not better than synchronous communication in some universal way. It depends. Personally I am very sensitive to interruptions - so I lean towards asynchronous. But when you are doing something and you really need to get some information from someone to proceed - then getting his response immediately means that your work is not interrupted. The other person is - but it is a trade off. In a team you have to make these trade-offs. It can be hard - because it takes from one side and gives to the other - people would like to be able to interrupt others and not be interrupted themselves. And it is even more complicated by the fact that some jobs and some people are more sensitive to interruptions and others are less - so it is hard to make fair rules about it. But it is a real trade-off to be made. UPDATE: Or take interactivity - a conversation is really powerful way of communicating. How a computer geek could even claim that asynchronous communication is always better - is he still using batch processors to run his jobs typing everything upfront and they waiting for the full run before he can fix his syntax errors? |
|