vote up 97 vote down star
72

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 '09 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 '09 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 '09 at 15:59
1  
Voted down and voted to close. The first twenty or thirty joke-questions were okay, but now... – mmyers Jan 22 '09 at 19:53
show 28 more comments

179 Answers

1 2 3 4 5 6 next
vote up 302 vote down check

Lisp:

)))))))))))))))))))))))))))))))))))))))))))))))))))

link|flag
3  
Hehe. Reminds me of xkcd.com/297 – Herms Jan 22 '09 at 15:42
11  
I think you missed one. :) – Brandon DuRette Jan 27 at 0:08
2  
Could also be the answer to: Last lines of a Lisp program. – T Pops Jun 23 at 19:36
show 3 more comments
vote up 0 vote down

C/C++ programmer : My program is still leaking memory, but I was almost about to fix it.

link|flag
vote up 0 vote down

Database Developer:

Who needs foreign-key constraints? My app will ensure that only correct values are inserted!

link|flag
vote up 0 vote down
gets(large_enough_buffer);
link|flag
vote up 0 vote down
Console.WriteLine("ALL OF YOUR PRAYERS HAVE BEEN GRANTED!")
link|flag
vote up 0 vote down

It's the user's fault. They don't know what they're doing. This runs Ok on my machine.

link|flag
vote up 0 vote down
//This is a temporary solution
link|flag
vote up 0 vote down

Ruby:

              end
            end
          end
        end
      end
    end
  end
end
link|flag
vote up 0 vote down

ruby programmers never die. They simply learn to metaprogram themselves into beings of pure logic.

link|flag
vote up 0 vote down

Surprise to his team - Crucial Module delivery at integration time after worked on it several weeks!!!

/* Module Name: abcd

Very Imp - I have written this module which is platform/language independent. This code SHOULD work on all platforms and languages even in dynamic/functional - tested using C#, Java and C/C++. BUT THIS COMMENT AND OTHER COMMENTS MIGHT GIVE COMPILATION ERRORS.

*/

[some code]

link|flag
vote up 0 vote down

This was his last code he wrote... you can be sure ;)

StringBuffer iCalendarRequest = new StringBuffer(
    "BEGIN:VCALENDAR\n"
        + "PRODID:-//Microsoft Corporation//Outlook 9.0 MIMEDIR//EN\n"
        + "VERSION:2.0\n" + "METHOD:PUBLISH\n" + "BEGIN:VEVENT\n"
        + "ORGANIZER:MAILTO:test@test.de\n" + "DTSTART:"
        + dateFormatter.format(start)
        + "T"
        + timeFormatter.format(start)
        + "A\n"
        + "DTEND:"
        + dateFormatter.format(ende)
        + "T"
        + timeFormatter.format(ende)
        + "A\n"
        + "TRANSP:OPAQUE\n"
        + "SEQUENCE:0\n"
        + "UID:040000008200E00074C5B7101A82E0080000000000278000000000000000\n"
        + " 000004377FE5C37984842BF9440448399EB02\n"
        + "DTSTAMP:"
        + dateFormatter.format(now)
        + "T"
        + timeFormatter.format(now)
        + "Z\n"
        + "LOCATION:Conference room\n"
        + "PRIORITY:3\n"
        + "CLASS:PUBLIC\n" + "END:VEVENT\n" + "END:VCALENDAR").toString();
link|flag
2  
I don't find this funny. I've actually seen code like this. I died a little that day. – andymeadows Aug 21 at 2:47
show 2 more comments
vote up 1 vote down

Python:

import antigravity

# everything seems to be set in miles, blasted imperial measurements
# setflight(milestotravel, speed, epoch)
antigravity.setflight(929571303.6, 670616629, 1348401600)

Kudos to those who can work out the significance of those numbers.

link|flag
vote up 0 vote down

The take over bid of my company is worth $100 per share at a total of 100.000 shares.

link|flag
vote up 1 vote down
// this code somehow works
link|flag
show 1 more comment
vote up 0 vote down

Perl programmer:

__END__
link|flag
vote up 0 vote down

Must... click... commit...

x-|

link|flag
vote up 0 vote down

Hmm, this is interesting ...

link|flag
vote up 0 vote down

Old Scheme programmers never die; they just go out of scope.

I promise.

... To be continued...

link|flag
vote up 1 vote down

Bill Gates :

Reboot

link|flag
vote up 0 vote down

"It's better to don't write comments to achieve faster compilations"

link|flag
vote up 1 vote down

But it works on my machine.

link|flag
vote up 11 vote down

mysql> UPDATE users SET password = '123456'; WHERE username='MyName'; Query OK, 4858210 rows affected (0.51 sec) Rows matched: 4858210 Changed: 48958210 Warnings: 0

ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE username='MyName' at line 1

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

Eclipse:

  // TODO Auto-generated catch block
link|flag
vote up 1 vote down

C#

protected void SortEternity(string Time, double Alive)
{
  do
 {
    for (int a; a > 1; a++)
    {
        for (int b; b > 1; b++)
        { 
            for (int c; c > 1; c++)
            {
                for (int d; d > 1; d++)
                { 
                    for (int e; e > 1; e++)
                    {
                        for (int f; f > 1; f++)
                        { 
                            for (int g; g > 1; g++)
                            {
                                for (int h; h > 1; h++)
                                {
                                 //I think it is time to get some coffee
                                }
                            }
                         }
                     } 
                 }
            }
       }
   }
  }While(Alive==true);
}
link|flag
vote up 1 vote down

Perl:

my $removeMe = "/useless/useless.527824";
$removeMe =~ s/useless.+//;     
system("rm -rf $removeMe"); # gets rid of useless dir. right?
link|flag
show 1 more comment
vote up 1 vote down

Javascript:

window.stop();
link|flag
vote up 1 vote down

COBOL programmer:

MM/DD/YY is a fine date format. It's how I write them in real life, isn't it?

link|flag
vote up 0 vote down

Socket programmer:

(122) EHOSTDOWN or (110) ETIMEDOUT
link|flag
vote up 1 vote down

Thread programmer:

(130) EOWNERDEAD
link|flag
vote up 0 vote down

shell:

sudo kill -9 -1
link|flag
1 2 3 4 5 6 next

Your Answer

Get an OpenID
or

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