-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!-- BEGIN TITLE --> | ||
# Rubber duck debugging | ||
<!-- END TITLE --> | ||
|
||
<!-- BEGIN BODY --> | ||
Sometimes, you're just stuck on a problem that seems impossible to solve. But then as soon as you start explaining the issue to a friend, the solution suddenly becomes clear. | ||
|
||
This is the essence of **rubber duck debugging**. In this technique, a programmer keeps an inanimate object—often a rubber duck—accompanying them at their desk. By explaining the problem aloud to the duck, they are forced to slow down and think through the issue in more detail. On many occasions, this procedure helps in finding the root cause. | ||
|
||
The duck itself isn't magical, but it offers a convenient alternative to always needing someone to talk to whenever you encounter a bug. | ||
<!-- END BODY --> | ||
|
||
## Author | ||
<!-- BEGIN AUTHOR --> | ||
- Fabian | ||
- Tri | ||
<!-- END AUTHOR --> |
Oops, something went wrong.