Rubber duck debugging

This commit is contained in:
Bob Mottram 2016-03-18 16:07:40 +00:00
parent e6208fd7f7
commit 8c2886631b

View File

@ -0,0 +1,3 @@
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 psychological 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.