Blog Post #43: Debugging 101: Finding Mistakes in Your Logic
As our programs grow more complex with conditional logic (Post #25) and loops (Post #31, Post #34), it becomes increasingly likely that we will make mistakes. This is a normal and expected part of programming! A mistake in a program is called a bug, and the process of finding and fixing it is called debugging. … Read more