C# compiler: "You can't convert char to string."
Me, reaching for my trusty .ToString() method like it's a hall pass: "Not to worry. I have a permit."
The permit? Just the same damn method I've been slapping on every object since 2002. Six years of software architecture experience and I'm still solving problems by mindlessly appending .ToString() like it's duct tape for code. Works every time until it doesn't.