bug1: The Codemonkey's Guide to Debugging

A comprehensive guide for codemones, by a codemonkey

Are you a codemonkey, lost in the depths of your own code? Do you find yourself wondering why the lights won't turn on, or why the donuts won't... well, be eaten?

This guide will walk you through the most common issues, and help you become the hero your code needs.

But first, let us start with the basics.

Chapter 1: The Basics

What is a bug, anyway?

A bug is when your code doesn't do what you want it to do. It's like when you try to make toast, but it just... won't toast.

Types of bugs include, but are not limited to:

Logic Errors

Runtime Errors

Style Bugs

That's it for now. Next up: Debugging.

Next Chapter: bug2: The Art of Debugging