Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 1.62 KB

RUBBERDOC.md

File metadata and controls

45 lines (23 loc) · 1.62 KB

Rubber Doc

Rubber Duck

A document to rubber duck debug. Fill this out as you go through debugging. Ask as many questions as you need to. No question is dumb. Be as detailed as possible for the magic to happen. Add this doc to the code that is not doing what you want it to do instead of what you're telling it to do.

How long have you been down the rabbit hole? 🐇🕳

Take a break/walk away come back to it refreshed, set a timer, reach out for help if you have been at it for hours or days

What did you try? 🧐

Track what you have attempted, include screenshots, URLs, etc...

Error Messages/console.logs

Instructions to reproduce

List exactly how the environment is set up in order to reproduce the issue. Is it a connectivity issue, reboot, or IDE issue?

Technologies

Is it a backend issue or frontend issue? How do you know? How can you isolate it?

Go back to a working commit

Link a commit just before the issue came up to compare where the break could be

Before

Before the bug (working code)

After

In the thick of it

Testing

Is it impacting any tests?

Share your experience! 😸

Charlie Day and Pepe Silva