Which Remote-Work Habits Will Outlast the Pandemic for Dev Teams
Zoom, Slack, and GitHub usage keeps climbing as engineering teams go fully remote — here's what's likely to stick around.
Five months into working from home, my calendar looks nothing like it did in February, and I don’t think it’s going back. Zoom, Slack, and GitHub have all seen sustained surges in usage since teams scattered to their kitchen tables in March, and what’s interesting now isn’t the surge itself — that was predictable — it’s which habits are hardening into permanent practice versus which ones are just duct tape holding a temporary situation together.
Video standups are here to stay, but the format is shifting
Nobody loved daily standups even in the office, but the video version has actually improved on the original in a few ways. You can’t accidentally exclude someone who’s in a different building, screen sharing is one click instead of a cable hunt, and recordings mean people who missed it don’t have to interrupt someone else’s day to get caught up. My bet is that even after offices reopen, teams that have gotten used to this won’t fully abandon it — you’ll see hybrid standups where some people are in a room and some are dialed in, and honestly that’s fine.
Async PR review is the biggest quiet win
This is the one I think matters most long-term. When your reviewer is six time zones away, or just not at their desk right now, you stop expecting instant turnaround on pull requests and you start writing better PR descriptions, more self-contained commits, and more context in comments because you know nobody’s walking over to your desk to ask “wait, why did you do it this way?” GitHub’s own usage numbers back up that this pattern has become the default rather than the exception this year. Teams that were already distributed pre-pandemic have known this for years; what’s new is that fully co-located teams are being forced to learn the same discipline, and a lot of engineers are telling me they don’t want to go back to drive-by shoulder-tap reviews once this is over.
Virtual whiteboards are the wildcard
Tools for sketching architecture diagrams and system designs over video calls have gotten dramatically better this year, out of necessity. The jury’s still out on whether these fully replace a physical whiteboard once people can stand next to each other again — there’s something about a marker and a wall that’s hard to replicate. But the fact that the output is automatically saved, searchable, and shareable afterward is a real upgrade that a physical whiteboard never gave you. I suspect this becomes “the default even when we’re in the same room,” not because remote work demands it but because it’s just better tooling.
None of this means remote-first is a universal answer — plenty of teams are eager to get back into a room together, and there are real costs to fully async work, especially for onboarding new hires who haven’t built up context or relationships yet. But the specific habits above — recorded standups, async-first review culture, and persistent virtual whiteboards — seem less like pandemic coping mechanisms and more like tooling upgrades that happened to arrive under duress. I’d be surprised if engineering teams walk away from any of the three once offices reopen, whenever that ends up being.