File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -94,20 +94,6 @@ This document defines the immutable architectural principles and core philosophy
9494
9595---
9696
97- ## 10. Four-Layer Testing Strategy
98-
99- ** Principle** : Progressive isolation through unit → integration → package → CI layers.
100-
101- ** Why** : Fast development cycle with comprehensive validation; catches issues early without environmental pollution.
102-
103- ** Invariant** :
104- - Layer 1 (Unit): Fast, focused
105- - Layer 2 (Integration): MSBuild rewriter without packaging
106- - Layer 3 (Package): NuGet validation with isolated cache
107- - Layer 4 (CI): Two-phase validation
108-
109- ---
110-
11197## 11. No Defensive/Speculative Code
11298
11399** Principle** : Every line of code must be reachable via public API. No "just in case" code.
You can’t perform that action at this time.
0 commit comments