Draft outline of testing section.
authorBen Waugh <b.waugh@ucl.ac.uk>
Sat, 16 Feb 2013 20:55:20 +0000 (20:55 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 1 Nov 2013 04:23:49 +0000 (21:23 -0700)
testing/outline.md [new file with mode: 0644]

diff --git a/testing/outline.md b/testing/outline.md
new file mode 100644 (file)
index 0000000..8a60783
--- /dev/null
@@ -0,0 +1,7 @@
+Testing Outline
+===============
+
+* Testing: how to save time and write better code
+* Exceptions: how to handle errors and detect bugs
+* Unit tests: how to isolate components of your code and make sure they work
+* Floating-point numbers: how to test results that have limited precision