From 30ea4be86de34c75500e6dfb7b46b420a24b53e1 Mon Sep 17 00:00:00 2001 From: Ben Waugh Date: Sat, 16 Feb 2013 20:55:20 +0000 Subject: [PATCH] Draft outline of testing section. --- testing/outline.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 testing/outline.md diff --git a/testing/outline.md b/testing/outline.md new file mode 100644 index 0000000..8a60783 --- /dev/null +++ b/testing/outline.md @@ -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 -- 2.26.2