Tag

source control

0 views collected around this technical thread.

DevOps
DevOps
May 30, 2017 · Fundamentals

Microsoft's Largest Git Repository and the Role of GVFS

The article describes how Microsoft migrated its Windows development codebase to a single 300 GB Git repository containing 3.5 million files, the challenges this scale created for Git, and how the Git Virtual File System (GVFS) was developed and open‑sourced to address performance issues.

GVFSMicrosoftgit
0 likes · 6 min read
Microsoft's Largest Git Repository and the Role of GVFS
Qunar Tech Salon
Qunar Tech Salon
May 10, 2016 · Fundamentals

Best Practices for Deleting Code and Managing Dead Code

The article explains why and how to properly delete or disable unused code, emphasizing the use of source‑control systems, clear commenting, conditional compilation, and disciplined cleanup to reduce noise, uncertainty, and maintenance overhead in software projects.

code deletioncommentingconditional compilation
0 likes · 10 min read
Best Practices for Deleting Code and Managing Dead Code