vote up 10 vote down star
12

Naming things well is arguably Job 1 for professional programmers. Yet we have all suffered from some bad naming choices from time to time. So just to vent a little, what are some doozies that you may have run across?


Just to get things started:

One of our original developers wasn't sure what to call a secondary key - on what turned out to be a primary table for this app - so he called it: DL2WhateverTheHellThatIs.

Unfortunately this system generates entity mappings from the XML, and attributes defined there result in classes, methods, and constants that are referenced through-out the app. To this day it is very hard to find a source file that does not reference this, er, thing! A few actual examples:

DL2WhateverTheHellThatIsBean cos = (DL2WhateverTheHellThatIsBean)itr.next();

String code = getDL2WhateverTheHellThatIs().getCode();

From from = new From("DL2WhateverTheHellThatIs");

String filter = "_dL2WhateverTheHellThatIs._code";

(Very difficult to refactor)

flag

83 Answers

vote up 2 vote down

In the old FORTRAN days, we were linking to a vendor library who had no sense of a naming convention, and used simple variables like x any y in the global namespace. Linking to their library was always filled with collisions. We called them and asked them to use a reasonable naming convention or prefix, and their answer was "we don't ever use anything starting with zz, so you guys can just use zz as the first 2 letters!".

As a result all our variables had to start with zz...

Talk about name space pollution.

We eventually dumped that vendor.

link|flag
vote up 2 vote down

I once had to port a C application from unix to windows. The specific nature of the application shall remain unnamed, to protect the guilty. Anyways, the guy who wrote it was a professor, and unaccustomed to writing production-quality code. It also happens that English wasn't his first language (though in the country he comes from, the majority of people speak it quite well). Anyways, in a header file named 'Thing.h', he defines the following:

#define I  Any void_me
#define thou  Any void_thee
#define iam(klas)  klas me = (klas) void_me
#define thouart(klas)  klas thee = (klas) void_thee
#define my  me ->
#define thy  thee ->
#define his  him ->
#define our  my methods ->
#define your  thy methods ->

...which he then used to create monstrosities like the following:

void Thing_setName (I, const char *name) {
iam (Thing);
if (name != my name) {   /* Pointer comparison! So that Thing_setName (me, my name) does not fail. */
    Melder_free (my name);
    my name = Melder_wcsdup (name);
    }
    our nameChanged (me);
}

void Thing_overrideClass (I, void *klas) {
iam (Thing);
my methods = (Thing_Table)klas;
if (! ((Thing_Table) klas) -> destroy)
    ((Thing_Table) klas) -> _initialize (klas);
}

I'm so glad he at least put that comment in there; that really clarifies what the hell the code actually is supposed to do. Anyways, the entire project (~60,000 LOC) was written in a similar style -- marco hell, weird names, olde English jargon, etc. Fortunately we were able to throw it out, as we found an OSS library that did the same task, only cleaner and faster.

link|flag
vote up 2 vote down

I wrote an article awhile back about what developers can learn from Forrest Gump, specifically I talked about how things get named a lot. One example I quoted was one from Phil Haack:

Request.TakePostedValuesAndSetPropertiesOfTheObjectWithTheSameNameToThePostedValueUsingReflection(product);

While this wasn't in production in the ASP.Net MVC framework it still is pretty funny. Phil came up with it because people were complaining at the time about the name DeserializeTo().

The complete article is here for anyone that cares.

link|flag
vote up 1 vote down

Using our graph-library, with JavaScript support for dynamic manipulation. No documentation provided:

doThatGraphThing( ... );

I laughed a bit, then went to have a talk with the developer, as this was release-code.

link|flag
vote up 1 vote down
  • $stmt (PHP / SQL statement member)
  • coi (I did once name a local variable coi - client object invoice - and in Romanian language that would mean "ball" - as in the singular of testicles). I got called in the executive's office for this at that time.
link|flag
vote up 1 vote down

I made a Time Clock program for my office. Every time a user clocks in/out the method called is PunchUser().

link|flag
vote up 1 vote down

One guy was pretty angry, so he named all his variable by the names of his family members. After he left, someone had to deal with lots of "string alex", "int john", "DataTable scott", etc..

link|flag
vote up 1 vote down

kill - send signal to a process

Synopsis:

int kill(pid_t pid, int sig);

Do you want kill something or do you want send signal?

In my old MSX BASIC you could delete files with KILL filename.

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

A few years ago I had finnish a program started by an intern. He had created a lot of methods like

void Bla(); 
void Blo(short Bla); 
void Bli(int Bla, double Blo);

These methods were used like this throughout the entire project. A complete mess... Horrible...

link|flag
vote up 1 vote down

From the perverse and happily defunct world of Authorware where spaces in variable names was legal:

booBoolMoveOnIsOn True

Laughably, it was a constant, defined as 1

link|flag
vote up 1 vote down

I had to fix bugs in an application that had to delete itself after execution.

The function that performed the (indirect) deletion was called:

void Harakiri();
link|flag
vote up 1 vote down
private void rape(TimFlop victim) {
    if (Math.random() < 0.7) {
        flop.getGameObject().AddFlop(new TimFlop(flop, victim));
    }
}
link|flag
vote up 1 vote down

Anything mis-spelled which has spread its way through the code thanks to the miracle of intellisense/identifier completion, especially once it surfaces in a public API, which means you then can't correct it without screwing with some customer's software.

link|flag
vote up 1 vote down

I also once worked on a project which defined a C++ enum of values returned from a DB search call and included the value "DB_NOTAGOATATALL". I think it was originally DB_NOTAGOATALL for "Not a 'go' at all", i.e. the search failed utterly, however someone decided that "Not a goat all" was bad English and inserted the missing "at", and it just stuck.

link|flag
vote up 1 vote down

This one was in C# code. Don't ask me what it was supposed to do.

static Func<T, Func<T>> HeavyMetalIsFun<T>(Func<T> fun);
link|flag
vote up 1 vote down

This was made in vb6, i think the code speaks for himself. I called this: "Temporal Coding"

                    Do While Not rstmp.EOF
                        tmp1 = 0:  tmp2 = 0: tmp3 = 0: tmp4 = 0: tmp5 = 0:  tmp6 = 0
                        Call barraProgr(IIf(rstmp.PercentPosition > ProgressBar1.Min, rstmp.PercentPosition, ProgressBar1.Min))
                        ttLinCod = rstmp.Fields("LINCODIGO")
                        tmpAdd = Trim(rstmp.Fields("LINDESCRIPCION")) + " (Cod:" + Trim(Str(ttLinCod)) + ")" + Chr(9)

                        sql = "SELECT Sum(CUOTA.CUOUNIDADES) AS SumaDeCUOUNIDADES, Sum(CUOTA.CUOMONTO) AS SumaDeCUOMONTO"
                        sql = sql + " FROM CUOTA INNER JOIN PRODUCTO ON CUOTA.PROCODIGO = PRODUCTO.PROCODIGO"
                        sql = sql + " WHERE CUOTA.VENCODIGO=" & iddUsuario
                        sql = sql + " AND PRODUCTO.LINCODIGO=" & ttLinCod
                        sql = sql + " AND CUOTA.CUOPERIODO=" & Format(fchDesdeHasta(0), "yyyymm")
                        Set rsCuota = dbMain.OpenRecordset(sql, dbOpenSnapshot)
                        If rsCuota.EOF Or rsCuota.BOF Then
                        Else
                            If Not IsNull(rsCuota.Fields("SumaDeCUOUNIDADES")) Then
                                tmp1 = rsCuota.Fields("SumaDeCUOUNIDADES") '2
                                tmp2 = rsCuota.Fields("SumaDeCUOMONTO") '3
                                mTotalesMSF(0) = mTotalesMSF(0) + tmp1
                                mTotalesMSF(1) = mTotalesMSF(1) + tmp2
                            End If
                        End If
                        tmpAdd = tmpAdd + Format(tmp1, "###,##0") + Chr(9)
                        tmpAdd = tmpAdd + Format(tmp2, "###,##0") + Chr(9)

                        sql = "SELECT Sum(HISTORIC.HISCANTORDENADA) AS SumaDeHISCANTORDENADA, Sum(HISTORIC.HISMONTO) AS SumaDeHISMONTO"
                        sql = sql + " FROM ((VENCLI INNER JOIN HISTORIC ON VENCLI.CLICODIGO = HISTORIC.CLICODIGO) INNER JOIN VENLIN ON VENCLI.VENCODIGO = VENLIN.VENCODIGO) INNER JOIN PRODUCTO ON (PRODUCTO.LINCODIGO = VENLIN.LINCODIGO) AND (HISTORIC.PROCODIGO = PRODUCTO.PROCODIGO)"
                        sql = sql + " WHERE VENCLI.VENCODIGO=" & iddUsuario
                        sql = sql + " AND VENLIN.LINCODIGO=" & ttLinCod
                        sql = sql + " AND HISTORIC.HISPERIODOFACT=" & Format(fchDesdeHasta(0), "yyyymm")
                        Set rsHist = dbMain.OpenRecordset(sql, dbOpenSnapshot)
                        If rsHist.EOF Or rsHist.BOF Then
                        Else
                            If Not IsNull(rsHist.Fields("SumaDeHISCANTORDENADA")) Then
                                tmp3 = rsHist.Fields("SumaDeHISCANTORDENADA") '4
                                tmp4 = rsHist.Fields("SumaDeHISMONTO") '5
                                mTotalesMSF(2) = mTotalesMSF(2) + tmp3
                                mTotalesMSF(3) = mTotalesMSF(3) + tmp4
                            End If
                        End If
                        tmpAdd = tmpAdd + Format(tmp3, "###,##0") + Chr(9)
                        tmpAdd = tmpAdd + Format(tmp4, "###,##0") + Chr(9)

                        If Month(CDate(fchDesdeHasta(0))) <> Month(Now) Then GoTo noCalcPed

                        sql = "SELECT Sum(ITEM.ITECANTAENTREGAR) AS SumaDeITECANTAENTREGAR, Sum([ITEM]![ITECANTAENTREGAR]*[ITEM]![ITEPRECIOUNIT]) AS PrecioTotal"
                        sql = sql + " FROM (VENLIN INNER JOIN (((ITEM INNER JOIN PEDIDO ON ITEM.PEDCODIGO = PEDIDO.PEDCODIGO) INNER JOIN ESTADO ON ITEM.ESTCODIGO = ESTADO.ESTCODIGO) INNER JOIN VENCLI ON PEDIDO.CLICODIGO = VENCLI.CLICODIGO) ON VENLIN.VENCODIGO = VENCLI.VENCODIGO) INNER JOIN PRODUCTO ON (PRODUCTO.LINCODIGO = VENLIN.LINCODIGO) AND (ITEM.PROCODIGO = PRODUCTO.PROCODIGO)"
                        sql = sql + " WHERE ESTADO.ESTACTIVO=1 AND VENCLI.VENCODIGO=" & iddUsuario
                        sql = sql + " AND VENLIN.LINCODIGO=" & ttLinCod
                        Set rsPed = dbMain.OpenRecordset(sql, dbOpenSnapshot)
                        If rsPed.EOF Or rsPed.BOF Then
                        Else
                            If Not IsNull(rsPed.Fields("SumaDeITECANTAENTREGAR")) Then
                                tmp5 = rsPed.Fields("SumaDeITECANTAENTREGAR") '4
                                tmp6 = rsPed.Fields("PrecioTotal") '5
                                mTotalesMSF(4) = mTotalesMSF(4) + tmp5
                                mTotalesMSF(5) = mTotalesMSF(5) + tmp6
                            End If
                        End If
noCalcPed:
                        tmpAdd = tmpAdd + Format(tmp5, "###,##0") + Chr(9)
                        tmpAdd = tmpAdd + Format(tmp6, "###,##0") + Chr(9)
                        tmpAdd = tmpAdd + Format(tmp3 + tmp5, "###,##0") + Chr(9)
                        tmpAdd = tmpAdd + Format(tmp4 + tmp6, "###,##0") + Chr(9)
                        mTotalesMSF(6) = mTotalesMSF(6) + tmp6 + tmp4
                        If tmp1 = 0 Then
                            tmpCero = 100
                        Else
                            If tmp3 + tmp5 = 0 Then
                                tmpCero = 0
                            Else
                                tmpCero = ((tmp3 + tmp5) / tmp1) * 100
                            End If
                        End If
                        tmpAdd = tmpAdd + Format(tmp3 + tmp5 - tmp1, "#,##0") + Chr(9)
                        tmpAdd = tmpAdd + Format(tmpCero, "#,##0") + "%" + Chr(9)
                        If tmp2 = 0 Then
                            tmpCero = 100
                        Else
                            If tmp4 + tmp6 = 0 Then
                                tmpCero = 0
                            Else
                                tmpCero = ((tmp4 + tmp6) / tmp2) * 100
                            End If
                        End If
                        tmpAdd = tmpAdd + Format(tmp4 + tmp6 - tmp2, "#,##0") + Chr(9)
                        tmpAdd = tmpAdd + Format(tmpCero, "#,##0") + "%"
                        mTotalesMSF(7) = mTotalesMSF(7) + tmp4 + tmp6 - tmp2
                        If tmp1 + tmp2 + tmp3 + tmp4 + tmp5 + tmp6 <> 0 Then msfConsulta.AddItem tmpAdd
                        rstmp.MoveNext
                    Loop
link|flag
show 1 more comment
vote up 0 vote down

Anything that doesn't describe the variable's content.

link|flag
vote up 0 vote down

Toto

I maintained a project created by French developers and many local variables were named "toto". There were also some "koko", i think it's a derivative from "toto". I still have no idea what it means :)

link|flag
vote up 0 vote down

In our World Series Baseball code for the Sega Genesis, we had a variable put in by an irate programmer whose name I can't quite type in here, but I think you'll get the idea:

int StupidFxxkingFlagThatSegaMakesUsFxxkingHave

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

PHP - in the middle of a controller file, subclassing some of the models:

class X extends Office {
    /* <snip 250 lines of function overloads > */
}

class y extends Employee {
    /* <snip another 250 lines> */
}

$instance = new y();

Absolutely no comments as to why x & y are sub-classing the models (or why it was necessary to do it in the middle of a controler given the pains we went to put in place a framework). The best thing is only one of the two classes are actually used - freelancers, gawd bless 'em …

link|flag
vote up 0 vote down

Worked with a guy in FORTRAN days who named all his variables: AA1, AA2 etc. He didn't beliwve in continuation lines so he wrote:

AA1 = expression

then most often but not always on the next line:

AA1 = AA1 + expression

In C, functions named f(), c(), cc().

One I really liked was a flag named: AtLeastOneAntennaPulseInTheLastTenSeconds.

Regards, Bill Drissel

link|flag
vote up 0 vote down

I think that the worst examples (other than the obviously funny ones) are the non-english ones. You should not defines variables or whatever in a language that few can recognize. You, at least, lose the semantic power of variable naming.

link|flag
vote up 0 vote down

Back in the COM days, when MS introduced the smart pointer concept, we had fun with our variable names. We used hungarian notation, and therfore would prefix the variable name with "sp" when using a smart pointer. We also used to truncate the name where possible to save column space. So, a generic IUnknown interface pointer would become "Unk".

You can see where this is going. Juvenile variable names that obey conventions for the win!

link|flag
vote up 0 vote down

I was maintaining a VB6 app years ago, and came across a situation where I needed to create a single text file by combining two existing text files.

Lucky for me, someone had already written this code. But I had to choose from one of the following methods (which after investigation produced the same result with subtle implementation differences):

  • CombineFiles
  • ConcatFiles
  • JoinFiles
link|flag
vote up 0 vote down

I've been working on an old legacy VB6 program and the butt of most jokes is the function called LoadShmulaka

Shmulaka is not a word that I can find in any dictionary and basically it has become a very bad word in our office. It is a word that means nothing containing code that nobody knows what it does.

link|flag
vote up 0 vote down

Working on a code base originally written in Sweden, I kept running into the same identifier being used over and over for temporary variables. Turns out it was a Swedish cuss word.

link|flag
vote up 0 vote down

In a VB4 project I was brought in to refactor, I found a horrible mess of spaghetti code written by a group from the long since absorbed firm of Coopers & Lybrand, where a recursive loop to traverse a tree spanned three procedures and had two control variables DontDoIt and DontDoItAgain!

In another VB4 project I was asked to review, the programmer was a mainframe developer by training and perhaps used to COBOL or Fortran. He wrote a program to perform EDI mapping. All of his variables had names like XY89123, AB891023, etc, and he also left every single control created in the IDE with the default name, so every form was named Form1, Form15, Command1, Command29, etc!!!

link|flag
vote up 0 vote down

I was once told a story by a lecturer about a student project. The student decided that their code could also double up some kind of a religious story. With variables like Buddha and Enlightened statements became readable as...

if (Buddha == Enlightened) { SetPathsWalked(&paths); }

The lecturer had no idea what was going on in the code.

link|flag
vote up 0 vote down

It is jarring to have variables with spelling or grammatical errors. e.g.

Object corbaProxie = service.getProxie();

List recordsFindedWithPrivlidge = new ArrayList();

I often find myself wondering if English was their first language or if they are just poor spellers. I am usually more tolerant of people for whom English is a 2nd language, but in either case, thank heaven for Alt-Sft-R in Eclipse!

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

I've seen classes named after their author like JohnDoesModule and JaneBanesClass. Enough said.

link|flag

Your Answer

Get an OpenID
or

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