Having Fun Writing Software

I was exploring symstore.exe with Depends just now and came across a function in dbghelp that’s clearly not in the documentation. I got a nice chuckle out of it. :)

image

What sort of “fun” (not nasty!) function names do you tend to create? Or do you keep them all boring plain Jane? (Boooo!!) The way metadata is exposed in the .NET world, combined with a tool like Reflector, make function names like this more readily “available”. But still, we’ve gotta have some fun somehow!

This entry was posted on Tuesday, October 23rd, 2007 at 10:22 pm and is filed under humor, programming. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

2 Responses to “Having Fun Writing Software”

  1. Scott C. Reynolds Says:

    it was a bit over the top, but I recently named a function this:

    public void StupidBulls***FunctionToDoSomethingSlightlyDifferentToSatisfyOneClientThatNobodyButTheSalesRepEvenCaresAbout()

    i’m a firm believer in pragmatic function naming.

  2. John Robbins' Blog : itoldyouso – An Undocumented WinDBG Extension Command Says:

    [...] Lerch recently wrote about a funny name for an exported function he saw exported from DBGHELP.DLL, itoldyouso. Aaron [...]

Leave a Reply