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.

YouTube video

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator