[SKIP_TO_CONTENT]
Daniel Kindl
Main content
← Back to WritingTag

.NET

2posts tagged ".NET".

· 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.

· 3 min read

Avoiding Unnecessary Hashing: A Tiered Comparison Strategy for Directory Sync

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.