We’re all familiar with bugs in software. As a programmer, the most important discipline I ever learned was how to debug code.
A bug is when software doesn’t behave the way you expect it to. This doesn’t have to be something as serious as a crash, it could just be a button appearing slightly off the edge of the screen, or a small delay between user input…

