From b159fc3cc42dc27aa608e86308d189164a550091 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 22 Mar 2000 21:24:31 +0000 Subject: [PATCH] More tweaks. --- test-suite/README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test-suite/README b/test-suite/README index 22950e77e..d13e76c51 100644 --- a/test-suite/README +++ b/test-suite/README @@ -38,7 +38,10 @@ okay. I think this is terrible, because it suggests that the writer is using the test suite as a substitute for having a rock-solid explanation of -why their changes are correct. +why their changes are correct. The problem is that any test suite is +woefully incomplete. Diligent reasoning about code can catch corner +conditions or limitations that no test suite will ever find. + Jim's rule for test suites: