We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d50bd commit 34a3aa1Copy full SHA for 34a3aa1
1 file changed
CONSTITUTION.md
@@ -94,20 +94,6 @@ This document defines the immutable architectural principles and core philosophy
94
95
---
96
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
111
## 11. No Defensive/Speculative Code
112
113
**Principle**: Every line of code must be reachable via public API. No "just in case" code.
0 commit comments