Rubber duck debugging
Rubber duck debugging is a debugging technique to say out loud things which are needed to be performed. By saying things out loud it helps to find issues in the code that can be missed by just looking at the code.
Rubber duck debugging is a debugging technique to say out loud things which are needed to be performed. By saying things out loud it helps to find issues in the code that can be missed by just looking at the code.
Comments
Post a Comment