From e9245cab292ca9409ad7d822cedd16edd04a2f0f Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Fri, 29 Jul 2016 15:12:51 +0200 Subject: [PATCH] Add rubber ducking --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f5050a..a93fa40 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,7 @@ Articles ### Know how to debug * [Rubber Duck Problem Solving](http://blog.codinghorror.com/rubber-duck-problem-solving/) +* [Rubber Ducking](http://c2.com/cgi/wiki?RubberDucking) * [Five Whys](https://en.wikipedia.org/wiki/5_Whys) * [The Infinite Hows](http://www.kitchensoap.com/2014/11/14/the-infinite-hows-or-the-dangers-of-the-five-whys/): this provides a strong criticism of the five whys method. * [Linux Performance Analysis in 60,000 Milliseconds](http://techblog.netflix.com/2015/11/linux-performance-analysis-in-60s.html)