Remix.run Logo
OutOfHere 3 days ago

You clearly haven't worked much with code over many years. When laptops change, not all existing projects get checked out.

In fact, in VSCode, one can use a project without cloning and checking it out at all.

Dylan16807 3 days ago | parent [-]

Honestly I'm just really wondering what the odds are. In particular for code that made it onto git.

OutOfHere 3 days ago | parent [-]

Over the long term, the odds reach 100% that it won't be checked out. That's because people mostly only work on newer projects. As for mature older projects, even if they're running in production, cease to see many/any updates, and so they don't get cloned on to newer laptops. This doesn't mean that the older projects are now less important, because if they ever need to be re-deployed to production, only the source code will allow it.