From ca71f328f56d9cbdeb8ec60989b7bae91887f2f8 Mon Sep 17 00:00:00 2001 From: John Washam Date: Sun, 11 Sep 2016 15:05:25 -0700 Subject: [PATCH] Added article on testing. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13e9b46..e80aee1 100644 --- a/README.md +++ b/README.md @@ -1014,6 +1014,7 @@ You'll get more graph practice in Skiena's book (see Books section below) and th - [ ] tcpdump: https://danielmiessler.com/study/tcpdump/ - [ ] **Testing** + - [ ] TDD is dead. Long live testing.: http://david.heinemeierhansson.com/2014/tdd-is-dead-long-live-testing.html - how unit testing works - what are mock objects - what is integration testing