1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

More tweaks.

This commit is contained in:
Jim Blandy 2000-03-22 21:24:31 +00:00
parent 70b83fe223
commit b159fc3cc4

View file

@ -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: