ID:194507
 
So I was doing some programming in Objective-C for work for the first time in a while, and I got a mysterious error that caused the development environment's indexer to totally lock up everytime I started my project, revealing a bug in the system and inducing general havoc that kept me from getting anything done for a few hours.

The problem?

I didn't put semi-colons on the end of my statements.

Oy!

And now that I've had DM in my blood, I so HATE all of those stupid programming conventions that force the programmer to be a compiler instead of having the compiler be smart.