Y
Hacker News
new
|
ask
|
show
|
jobs
by
qcoh
1567 days ago
PBT is awesome but I would still like to have tests I can easily reason about when implementing a tricky algorithm. The way I see it, TDD is the specification, PBT is for finding gaps in my specification.
1 comments
boxed
1567 days ago
Mutation testing is for finding holes in the tests. PBT is for finding holes in your code.
link