Well, i’m doing some basic C# junk for a Subversion Hook at my workplace lately.
You know, Visual Studio (Express, in my case) has a nice feature, you enter three slashes, and it springs up some kind kind of “meta comment” in the code, which you can use to describe your method or constructor, and what arguments it requires. What is awesome is that IntelliSense (the thing that autocompletes and show you choices and snipplets as you type away) picks it up and offers you context sensitive help based on what you wrote.
Now, I didn’t have much sleep last night, and I stand here, utterly tired. So I was using a function I wrote earlier, WriteLineLog(), that writes to both Console and a Log file, depending on a setting in the configuration file.
And this gem sprung up in IntelliSense.

What is sad is that I don’t remeber writing the part referring to Phalluses engaging into a ritual tribal rythm fest.
So, I’m taking notes. Attempting to write proper code when tired = bad.