Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
vruiz
7y ago
0 comments
Save
Share
Does anybody know how these companies development environments look like? I know about Piper at Google but how do the rest manage? Does every single engineer have the entire monorepo in their machines?
0 comments
5 comments · 2 top-level
top
newest
oldest
YawningAngel
7y ago
· 2 in thread
Most places I know of use Git Virtual File System or equivalents.
vruiz
OP
7y ago
It is my understanding that VFSForGit only works on Windows.
filoleg
7y ago
The github repo has instructions for running it on Mac and says that the stable Mac version is under active development.
Shish2k
7y ago
· 1 in thread
At facebook, a virtual filesystem (
https://github.com/facebookexperimental/eden
) + change monitor (
https://facebook.github.io/watchman/
) = source control operations run in O(files I have modified) instead of O(size of repository) time
vruiz
OP
7y ago
Very interesting, thanks!
j
/
k
navigate · click thread line to collapse