Jump to content

Rubber duck debugging

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mazenharake (talk | contribs) at 17:25, 10 March 2009 (Created page with ''''Rubber Duck Debugging''' is an informal term used in software engineering which explains the method of debugging ones software code. The term is a joke on the ve…'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Rubber Duck Debugging is an informal term used in software engineering which explains the method of debugging ones software code. The term is a joke on the very common case where one software developer explains his/her code to another software developer and realizes an error or flaw in his/her code without any remarks made by the other software developer.

Description of the method