Get Coding with Debugging

Get Coding with Debugging — page 1
What Is a Bug When the code you write has a problem we say that it has a bug It is actually pretty rare to write a piece of code and for it to work exactly how you want it to the first time Bugs are just a part of life for a coder It isn’t always the coder’s fault Sometimes the language you are using to write the code has a bug in it Debugging is what coders call it when they search through and find any problems in their code Sometimes a problem can be really obvious the minute you start to look Other times the bug can be quite difficult to find 1000100101001000 1101011000101101 0010100011101101 0100101101101100 1110100010110110 0010100101001000 1101011000101101 1000100101001000 0011000110000110 1011101011011010 Why are they called bugs One story claims that we use the word bug to describe these coding problems because a moth was found in an early computer at Harvard University However the word was used in electronics before that It may be short for bugbear or bugaboo which are old words to describe imaginary things that cause fear or concern such as goblins or spirits 4