From 114aa74e56d65a64a33a820a362122c0c9057692 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 18 Mar 2016 16:17:57 +0000 Subject: [PATCH] Line lengths --- entries/rubber_duck_debugging.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/entries/rubber_duck_debugging.txt b/entries/rubber_duck_debugging.txt index eea1375..293625b 100644 --- a/entries/rubber_duck_debugging.txt +++ b/entries/rubber_duck_debugging.txt @@ -1,3 +1,13 @@ rubber duck debugging -Hackers can sometimes get hung up on particular coding problems or bug fixes. When this happens it can sometimes be useful to deploy the rubber duck debugging method, which is to explain your problem (or how you think the system should work) to someone else. If you don't have a willing accomplice then an inanimate object - such as a rubber duck - will do. The act of explaining or trying to teach someone forces you to think about the problem from different angles and so may lead to a breakthrough. This is related to developmental psychology and the notion of thought as subsumed language and language as a behavior regulation system. Defects and hangups in your language machine may become more obvious if you invoke it explicitly and produce a coherent narrative. Just ask Dr Freud. \ No newline at end of file +Hackers can sometimes get hung up on particular coding problems or bug fixes. +When this happens it can sometimes be useful to deploy the rubber duck +debugging method, which is to explain your problem (or how you think the +system should work) to someone else. If you don't have a willing accomplice +then an inanimate object - such as a rubber duck - will do. The act of +explaining or trying to teach someone forces you to think about the problem +from different angles and so may lead to a breakthrough. This is related to +developmental psychology and the notion of thought as subsumed language and +language as a behavior regulation system. Defects and hangups in your +language machine may become more obvious if you invoke it explicitly and +produce a coherent narrative. Just ask Dr Freud. \ No newline at end of file