Production Code vs. Non-Production Code: Why the Distinction Matters
Why separating production code from testing and experimental code shapes decisions like where integration tests should live in a repository.
Development
Browse by term
Why separating production code from testing and experimental code shapes decisions like where integration tests should live in a repository.
Ground rules for deciding what deserves its own Git repository, how to name it, and how to keep experimental code out of the core product.
A concrete folder layout for .NET repositories, from a minimal PoC structure up to a full production dev-tree.
A short map of the file-organization series covering DevTree layout, production vs. non-production code, repository structure, and #region usage.