vote up 42 vote down star
36

When you are writing code or naming products, which sources of cultural references are you most likely to draw from? Which reference sources do you think are more likely to be universally understood?

For example when findbugs sees that you've implemented equals() without overriding hashCode() it suggest that you implement it by returning 42 (a reference from HHGTTG)

Or why we have big endian vs little endian encoding, referencing Gulliver's Travels

Not that we should act unprofessionally with our code, but if you going to tell a person that they could only (watch/read/...) one (book/movie/show/...) which one would allow them to 'get' the most jokes?

flag
show 1 more comment

102 Answers

1 2 3 4 next
vote up 3 vote down

I used quotes from Office Space as strings in unit tests.

link|flag
1  
string multiline = ""Good evening Sir, my name is Steve. I come from a rough area. I used to be addicted to crack but now I am off it and trying to stay clean. That is why I am selling magazine subscriptions.""; // imdb.com/title/tt0151804/quotes – mikem Oct 14 '08 at 10:54
show 2 more comments
vote up 23 vote down

Not really a cultural reference, but I'm fond of using the HTML blink tag in my Javadoc.

link|flag
vote up 7 vote down

I think one of the funnier ones I've seen is a perl function that had a hash named ofTheJedi (instead of some generic "this holds data" name).

Then only reason it was named that way was so the return statement was 'return %ofTheJedi'.

I've seen lots of HHGTTG references, lots of star wars references, and the odd Dr Who/Battlestar reference.

link|flag
show 1 more comment
vote up 0 vote down

There's a database connection manager class in one particularly horrid third party app I work on. Every instance is called "connman".

While I'm sure it wasn't intentional humor, it seems appropriate. Sometimes, especially late at night, we break out laughing when we come across one of these.

link|flag
show 1 more comment
vote up 16 vote down

One wingnut I had the pleasure of working with used to work in the names of his ex-girlfriends to variable names.

Dim Jessica as String

Ugh.

link|flag
2  
Even worse, it looks like he's using VB so he can't even terminate his ex-girlfriend string. – polara Sep 26 '08 at 17:48
5  
Does he refactor all his code when he gets dumped? :) – steffenj Sep 26 '08 at 20:19
2  
If you name your functions/methods after girls, you can "call" them. – tsilb Feb 5 at 17:48
3  
and if your processes are named after girls, you can kill them – Jens Roland Feb 20 at 20:26
4  
I think someone took that joke past the end of the index. – uzbones May 24 at 3:54
show 6 more comments
vote up 26 vote down

Monty Python references. But then, I'm a Python programmer.

link|flag
1  
Makes perfect sense! :) import spanish-inquisition; – steffenj Sep 26 '08 at 20:21
1  
This is specifically encouraged in the official language reference. – Colonel Sponsz Nov 7 '08 at 14:20
4  
Them: "I would redesign the architecture." Me: "It's only a model..." – crosvenir Feb 5 at 14:42
show 1 more comment
vote up 22 vote down

There are so many funny comments in the OS-world. I like this one:

return(0); // Another brick in the -Wall

(It is one of those returns that never could be reached.)

link|flag
vote up 9 vote down

I try to avoid doing that. Can make it more difficult for others with different backgrounds to maintain the code.

link|flag
5  
You guys must be a lot of fun at work. – korona Dec 25 '08 at 22:29
show 4 more comments
vote up 1 vote down

23, 42, 69

For extra obscurity, I sometimes convert them to hex before.

link|flag
show 5 more comments
vote up 13 vote down

In unit tests, I'll do HHGTTG, Office Space, Idiocracy and occasionally (only occasionally) Star Wars references.

In my production code, no. No way. I try to keep that as professional as possible, down to the comments -- at least what gets checked in. Not only does it make my life easier when I'm maintaining it six months down the road, but it makes the lives of anyone else who has to maintain it easier. Humor has a place; in my mind production code isn't it.

(That said, I'm not above a little easter egg in an about box with some humor -- as long as it's zero-impact on the application's functionality.)

link|flag
vote up 0 vote down

It might be funny in the code that you write, but it's maddening to debug someone else's code that's littered with this kind of trite.

link|flag
show 3 more comments
vote up 0 vote down

Another one I used to enjoy when I did COM programming was to place the following above a QueryInterface call:

// QueryInterface for the Straighty Interface

or, alternately:

// QI for the Straight Guy
link|flag
vote up 1 vote down

This wasn't used in any program, I just thought it was funny.

<?php
$iShower = $_GET['clean'];
if ($iShower) {
     echo getdate();
}
?>
link|flag
show 3 more comments
vote up 13 vote down
for(int c = 0; c < 10;)
{
   c++; // < get it?  c++ ?  it's so... literal
}
link|flag
3  
The code says "c++", and C++ is a programming language (whose name comes precisely from the fact that ++ is the increment operator in its predecessor language C). Is that it? Is that the joke? Is that a joke? – ShreevatsaR May 26 at 22:21
show 10 more comments
vote up 2 vote down

My test data for Gliffy's API is all based on Simpsons and Futurama. For example, the account named "BurnsODyne" has diagrams like "Reactor Control UI", "Mayoral LAN", "SNPP Domain Mode", and "Booze Database Design". A personal account owned by "robotdevil@robothell.com" has a flowchart called "Circuitous Plan to Get Hands Back". Test data just has to be kept interesting. I actually made them realistic, too:

![SNPP Domain Model] (http://www.naildrivin5.com/davec/SNPP.jpg).

link|flag
show 2 more comments
vote up 1 vote down

So this isn't directly answering the question - but definitely is good not to take yourself to seriously when you're programming - have a good time and don't worry - that proverbial next programmer will be smart enough to figrure out what's going on regardless your oddball sense of humor.

Had a senior project I was working on for my under-grad degree - we had a "project manager" who also participated in some of the coding. I was almost in tears when he took personallly a comment I made about "the stupid database" or something like that - he thought I needed counseling or something (not that I don't)... but again, let's not take ourselves to seriously, cause no one else does.. :)

link|flag
vote up 0 vote down

This is definitely not mine, but the Sun hme driver provides lots of fun!

http://kerneltrap.org/node/542

link|flag
vote up 0 vote down

We have a series of scripts that manage our automated promotion process named Travis and Franz (for no particular reason aside from the whims of the programmer who named them), and a cleanup script named Alice (from the maid in the Brady Bunch).

link|flag
vote up 27 vote down

I giggle every time I shorten "Assembly" to "ass" in .net:

var myAss = this.GetType().Assembly;
link|flag
2  
I'm thinking more along the lines of something like: "When I call function X on 'myAss', it throws a NullPointerException. We need to make sure to double check that 'myAss' is not null!" – Outlaw Programmer Sep 26 '08 at 17:24
1  
But "myAss" is so much better, i guess i have to refactor! :) – steffenj Sep 26 '08 at 20:27
2  
Once I saw an application called MIARS, short for M*** Integrated Analytical Reporting System. The conversation was supposed to go: Where did the numbers come from ? ... – ConcernedOfTunbridgeWells Nov 7 '08 at 14:13
3  
I shortened "Performance analyst" to "perf_anal" once. The perf_anal himself wasn't too impressed. – Graeme Perrow Nov 7 '08 at 14:24
1  
As long as you don't start making ASSembly MANagers... – Artem Russakovskii May 24 at 3:47
show 7 more comments
vote up 0 vote down

I've never done it in code for work, but when I was in school I always enjoyed overly long acronyms for my app names. Also, recursive ones are fun. I named one MOOVIE - Movie Object Oriented Visual Information Exchange.

link|flag
vote up 1 vote down

One of my favourites that I have come across:

my $ofTheJedi = x;
return $ofTheJedi;
link|flag
show 2 more comments
vote up 7 vote down

This is from the app we're currently working on. For all fans of dodgy 80's pop:

if($res) {
    $karma = $res['Karma']['karma']; // karma karma karma chameleon
}
link|flag
show 2 more comments
vote up 10 vote down

In the days when Pascal was a popular teaching language and a common exercise was to write a program to output graphics using a pen printer (one of those that moves a pen across a page, raising and lowering the pen to draw) we had a lecturer who used to delight in the pointing out the pitfalls of the convention of naming pascal variables by joining words and in fixing capitals, i.e. the common boolean variable name :-

PenIsUp

link|flag
show 3 more comments
vote up 2 vote down

I prefer unintentional humor...

Legacy code is perfect for that.

Dim intOrderID AS Long

Or sometimes when the comments have long ago become out of sync with the code they were referring to.

Reality truly is stranger than fiction....

link|flag
vote up 1 vote down

A friend of mine wrote a program that would communicate with another via two pipes. One for each communication direction (send/receive). The variable that held the descriptor/handle for the pipe for receiving data was named "bagpipe".

link|flag
show 1 more comment
vote up 5 vote down
children.each do |puppy|
    ...
end
link|flag
show 1 more comment
vote up 4 vote down

My favourite: 42, second place: Towel. And just to show that I have read other books too (3 or 6, depending on the way you count): Precioussssss...

link|flag
vote up 56 vote down

Microsoft Code has lots of good comments (Taken from Windows 2000)

// The specific idiot in this case is Office95, which likes
// to free a random pointer when you start Word95 from a desktop
// shortcut.

or:

private\genx\shell\inc\prsht.w:
// we are such morons. Wiz97 underwent a redesign between IE4 and IE5

private\shell\ext\ftp\ftpdrop.cpp:
// We have to do this only because Exchange is a moron.

private\shell\shdoc401\unicpp\desktop.cpp:
// We are morons. We changed the IDeskTray interface between IE4

private\shell\browseui\itbar.cpp:
// should be fixed in the apps themselves. Morons!

Or:

private\shell\ext\tweakui\genthunk.c:
/* CallProc32W is insane. It's a variadic function that uses
* the pascal calling convention. (It probably makes more sense
* when you're stoned.) */

Finally, this makes you wonder about the build process over at MS:

/*       !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 *       !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 *       !!!!!!!IF YOU CHANGE TABS TO SPACES, YOU WILL BE KILLED!!!!!!!
 *       !!!!!!!!!!!!!!DOING SO F**KS THE BUILD PROCESS!!!!!!!!!!!!!!!!
 *       !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 *       !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 */
link|flag
2  
I take comfort in knowing our dev group isnt alone in needing anger management – MikeJ Sep 26 '08 at 21:33
show 7 more comments
vote up 5 vote down

It's all fun and games, until a bug makes your attempt at humor visible to the customers...

link|flag
2  
Psh. The customer is the audience. (Just kidding. [Sort of.]) – eyelidlessness Oct 28 '08 at 4:10
show 4 more comments
vote up 0 vote down

Well, when just testing stuff out I used to name my command objects Arnold:) That and a lot of swearing in test strings:P

link|flag
1 2 3 4 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.