Today, I was reviewing some code a coworker had written recently. The following statement seemed to jump off the screen at me.
string defaultValue = (1000).ToString();
And this has prompted me to ask the question...
What simple problem have you seen addressed in an unnecessarily complicated manner?