Hacker News new | ask | show | jobs
by thisiswrongggg 1476 days ago
...worked in another place which didn't allow local code. It was the most horrible dev experience I had. Cannot fathom why google went that way too.
1 comments

Google lives and does by its distributed build system. Most devs don’t even have exactly have code on their local workstation either—it comes via remotely mounting a file system.

But 99.9% of the builds happen remotely. So local vs remote code just isn’t that relevant.

It is also true that Google spends millions and millions on its dev environment every year, so this isn’t your average “no code on laptops” situation.