vote up 96 vote down star
71

What will the last words of some kind of programmer be?

Like: LW of a Perl programmer:

I don't have to write documentation. The source is formatted so well, I can read it anytime later...

or

Im just going to write a regular expression to find this, then I'm done...

flag
1  
Another candidate for the "FSQ" close reason. – Paul Tomblin Jan 22 at 15:05
1  
@Daniel, I would agree, but these fun questions end up as badge-grabs. I received a gold badge for posting an XKCD comic. That's not what Jeff intended, I think. – Robert S. Jan 22 at 15:32
1  
These type of questions are ego-driven for the asker to rise to the top. Why should someone rise in the community for asking a cultural question, in a programming questions website. Usually these get like a million up votes, but they never actually help anyone. – Mark Rogers Jan 22 at 15:59
1  
Voted down and voted to close. The first twenty or thirty joke-questions were okay, but now... – mmyers Jan 22 at 19:53
show 28 more comments

177 Answers

vote up 1 vote down

Vb programmer: all I wanted was to be loved!

link|flag
vote up 1 vote down
//HACK: insert your, "i will fix this later" excuse
//FAKE: insert your, "he/she/it isn't completed yet, I'll just hard code this for now" excuse
link|flag
vote up 1 vote down

System.exit();

link|flag
vote up 1 vote down

java programmer:

this.finalize()
link|flag
vote up 1 vote down

Objective-C programmer

[self release];
link|flag
show 1 more comment
vote up 1 vote down

I just need one more day.

link|flag
vote up 1 vote down

Response to "Why doesn't it do...?"

"Wasn't in the spec"

link|flag
vote up 1 vote down

Sorry, that's not in the contract!

link|flag
vote up 1 vote down

C#:

GC.WaitForPendingFinalizers();
GC.Collect();
link|flag
vote up 1 vote down

Programmer that never has to support his code:

Documentation isn't necessary. Documentation is overrated. Documentation is foolish.

Programmer that has to support the above programmer's work:

Where the $%#! is the documentation?

link|flag
vote up 1 vote down

VB.net Programmer "But i was so close to getting rid of the Line Continuation Character!"

link|flag
vote up 1 vote down

its not a bug.. its a feature !!!

link|flag
vote up 1 vote down

Google Programmer talking to the Devil "Wait! But... I DID NO EVIL!!!"

link|flag
vote up 1 vote down

I trust the completely unknown users' input when they would enter and run their own sql on this public facing website.

http://thedailywtf.com/Articles/Oklahoma-Leaks-Tens-of-Thousands-of-Social-Security-Numbers,-Other-Sensitive-Data.aspx

link|flag
vote up 1 vote down

OK, that's the beta-test finished.

link|flag
vote up 1 vote down

Memory Fault, core dump

link|flag
vote up 1 vote down

public class ToBeDisposed:IDisposable {

override Dispose() { base.Dispose(true); } }

link|flag
vote up 1 vote down

"Whatever you do, don't press the red WinForms button."

link|flag
vote up 1 vote down

C#

Human Live()
//.......
Return this;
link|flag
vote up 1 vote down

Catastrophic failure

link|flag
vote up 1 vote down

PowerBuilder programmer:

See you in heaven. I've done my time in hell programming in PB.

link|flag
vote up 1 vote down

// TODO: This really shouldn't be done this way but I don't want to bother fixing it right now...

link|flag
vote up 1 vote down

I saw this comment in Axis code - "I'm not sure if we need this code any more, but I'm afraid to delete it."

link|flag
vote up 1 vote down

For you Java sci-fi fans:

void destination() {
  if (!hope) {
    system.exit(0):
  }
}
link|flag
vote up 1 vote down

Windows:

This program has performed an illegal operation, the secret service has been notified, you have 30 seconds...

Two buttons - [Run now] [Disappear later]

link|flag
vote up 1 vote down

}

}

No... wait..

}}

}

link|flag
vote up 1 vote down

Visual Basic:

Microsoft has decided that Visual Basic .NET will not be backward-compatible with Visual Basic 6.0

link|flag
vote up 1 vote down

PHP:

/*
link|flag
vote up 1 vote down

C:

return 0;

link|flag
vote up 1 vote down

of a wicket framework user:

                }
            });

        }});
}

} based on a true story. cust copy/pasted from the file i was editing right now. the bizzarre mix of } }} ) ; and their different sematics drives me insane.

link|flag

Your Answer

Get an OpenID
or

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