Added Test Always
authorMike Jackson <michaelj@epcc.ed.ac.uk>
Wed, 3 Apr 2013 09:53:28 +0000 (02:53 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 1 Nov 2013 04:22:43 +0000 (21:22 -0700)
testing/RealWorld.md

index 99cbd58e0bab2b6d5dde8dea32b3ac42e7f471c8..c61b858fc38db1e7a67f50197a8c15f1456f3a54 100755 (executable)
@@ -41,6 +41,7 @@ What do we consider to be a suitable threshold for equality? That is application
 
 We should test,
 
+* Always!
 * Early, and not wait till after we've used it to generate data for our important paper, or given it to someone else to use.
 * Often, so that we know that any changes we've made to our code, or to things that our code needs (e.g. libraries, configuration files etc.) haven't introduced any bugs.