←back to thread

174 points yarapavan | 1 comments | | HN request time: 0.24s | source
1. deterministic ◴[] No.43577804[source]
I have used simulators to develop hard-to-make-correct distributed code.

It helped me find all kinds of subtle non-intuitive bugs that would have gone unnoticed had I only used hand coded automatic tests.

Highly recommended.