Developer's Dilemma 3: The Bug

A code review of the most epic bug ever written. Read on for more bug-filled fun

<!-- some code here -->
				// this is the bug
				if (true) {
					throw new Exception("The code is going to blow up in your face");
				}
			

Next: The Merge Disaster