html
Here are the symptoms you're likely experiencing:
(Or so we think)
We've collected some code snippets that might help you identify the source of the problem:
if (variable = 5) {
print("I have a feeling of impending doom")
}
for (i = 0; i < 100; i++) {
do_something_really_really_really_long_and_complicated()
}
When in doubt, just delete everything and start fresh. It's not like anyone will notice or anything.
Try Advanced Tactic 1: The Nuclear Option, where you just nuke the entire codebase and rebuild from scratch. Good luck, and may the code odds be ever in your favor.