Hacker News new | ask | show | jobs
by PikachuEXE 1500 days ago
I think there might be a term for it - Async-First Communication

You can take a look at https://blog.doist.com/async-first/

1 comments

Good resource, thanks!

I'm familiar with the term (as popularized by http://asyncmanifesto.org/) but perhaps 'async' is not enough of a self-sufficient term. Something can be async but also happen to be poor.

I agree and there are benefits on some sync activities too.

Being better is another thing after we understand and adopt necessary concepts/strategies like 'async'. But without those the ability to improve would be more limited.