July 18, 2026 · 4 min read
Proving a Specification Is Implemented, Automatically
Turning requirements traceability into something an automated report can answer, by tagging TDD unit tests with the issue number of the specification they verify.
2posts tagged ".NET".
July 18, 2026 · 4 min read
Turning requirements traceability into something an automated report can answer, by tagging TDD unit tests with the issue number of the specification they verify.
July 12, 2026 · 3 min read
Why comparing two directories efficiently means avoiding SHA-256 hashing whenever possible, and how a three-tier check (size, timestamp, hash) gets you both speed and correctness.