TIL: rubber duck debugging
rubber duck debugging refers to the technique of debugging a code by explaining the code line by line to an inanimate object like a rubber duck. this is like feynman’s method where explaining the code line by line makes your brain focus on what exactly its doing.
the technique can be adopted for other white collar industries. anything that requires a flow or structure can be debugged using this method. such as math problem solutions.